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

Longsheng Mou llvmlistbot at llvm.org
Fri Feb 21 23:38:19 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
----------------
CoTinker wrote:

Maybe the test is put in wrong position.

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


More information about the Mlir-commits mailing list