[Mlir-commits] [mlir] [mlir][hoisting] Support memref.assume_alignment in linalg hoisting (PR #144843)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Jun 23 01:20:50 PDT 2025
xiangzh1 wrote:
> > By the way,do you know which tool can auto-gen the test CHECK in mlir/test/Dialect/Linalg/hoisting.mlir ?
>
> Have you tried [generate-test-checks.py](https://github.com/llvm/llvm-project/blob/main/mlir/utils/generate-test-checks.py)?
not before, never use it ^_^
~/LLVM/llvm-project$ ./mlir/utils/generate-test-checks.py mlir/test/Dialect/Linalg/hoisting.mlir
it works now,( just not like update_llc_test_checks.py , generate-test-checks.py didn't change the test itself, it just print to standard output。)
thanks a lot !
https://github.com/llvm/llvm-project/pull/144843
More information about the Mlir-commits
mailing list