[Mlir-commits] [mlir] [mlir][linalg] Add vectorization to the e2e test for tensor.unpack (PR #123032)
Han-Chung Wang
llvmlistbot at llvm.org
Sun Feb 2 22:40:58 PST 2025
================
@@ -121,11 +121,11 @@ module @transforms attributes { transform.with_named_sequence } {
transform.apply_patterns.canonicalization
} : !transform.op<"func.func">
- // 3. Bufferize before lowering to LLVM
+ // 4. Bufferize before lowering to LLVM
----------------
hanhanW wrote:
This is why I prefer not using numbers. They always end up wrong when code is moved around or when code is inserted/removed. If it were me, I'd remove all the numbers.
https://github.com/llvm/llvm-project/pull/123032
More information about the Mlir-commits
mailing list