[Mlir-commits] [mlir] [mlir][vector] Tidy-up testing for to/from_elements unrolling (PR #158309)
Yang Bai
llvmlistbot at llvm.org
Sun Sep 14 23:33:36 PDT 2025
https://github.com/yangtetris approved this pull request.
LGTM. Thanks for tidying them up.
Initially, the check prefix `CHECK-UNROLL` was intended to distinguish it from the flatten-based lowering method that would be introduced later, something like `CHECK-FLATTEN`. However, the flatten strategy was later tested in another file and I forgot to clean them up...
https://github.com/llvm/llvm-project/pull/158309
More information about the Mlir-commits
mailing list