[Mlir-commits] [mlir] [mlir][vector] Sink vector.extract/splat into load/store ops (PR #134389)

Andrzej WarzyƄski llvmlistbot at llvm.org
Tue Apr 22 05:35:29 PDT 2025


================
@@ -1043,6 +1047,144 @@ class ExtractOpFromElementwise final
   }
 };
 
+static bool isSupportedMemSinkElementType(Type type) {
----------------
banach-space wrote:

[nit] It would be good to document this. Also, why not `isSupportedMemSinkElementType` -> `isMulitByteScalar`? Ultimately, that's what this is checking, right?

https://github.com/llvm/llvm-project/pull/134389


More information about the Mlir-commits mailing list