[Mlir-commits] [mlir] [MLIR] Enable pattern only for scf.forall op (PR #110230)
Mehdi Amini
llvmlistbot at llvm.org
Thu Oct 17 16:03:17 PDT 2024
joker-eph wrote:
This PR is changing some behavior, so the test from https://github.com/llvm/llvm-project/commit/0cf844759add057f76ca72a611e692eea191c7b7 is unlikely to be testing the specific behavior change here.
What you're likely missing is a negative test showing that the pattern does not apply to other ops than scf.forall
https://github.com/llvm/llvm-project/pull/110230
More information about the Mlir-commits
mailing list