[Mlir-commits] [mlir] [mlir] Filter out failing tests when expensive checks are ON (PR #216323)
Maksim Levental
llvmlistbot at llvm.org
Sun Aug 16 13:11:34 PDT 2026
makslevental wrote:
FYI all of the tests mentioned in the issue are conversion rollback issues - they all pass on `main` since @matthias-springer added `allow-pattern-rollback=0`. The 4 currently-failing tests in Conversion/ are:
1. Conversion/SCFToOpenMP/scf-to-openmp.mlir
2. Conversion/SCFToOpenMP/reductions.mlir
3. Conversion/SCFToOpenMP/vector-reduction.mlir
4. Conversion/SCFToAffine/scf-to-affine.mlir
Last two are not actually mentioned in the linked issue.
https://github.com/llvm/llvm-project/pull/216323
More information about the Mlir-commits
mailing list