[Mlir-commits] [mlir] [mlir][vector] Skip uniform vectorization for non scalar type (PR #128294)

Kai Sasaki llvmlistbot at llvm.org
Fri Feb 21 23:41:39 PST 2025


================
@@ -682,5 +682,21 @@ func.func @vec_vecdim_reduction_rejected(%in: memref<256x512xf32>, %out: memref<
  return
 }
 
+// -----
+
+// Non scalar type is not regarded as the uniform in the vectorization
----------------
Lewuathe wrote:

Do you mean we better to put this test in other files? 

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


More information about the Mlir-commits mailing list