[Mlir-commits] [mlir] [mlir][vector] Fix invalid IR in `RewriteBitCastOfTruncI` (PR #78146)
Matthias Springer
llvmlistbot at llvm.org
Tue Jan 16 00:43:09 PST 2024
matthias-springer wrote:
> Ugh, I've hit similar issues before. This is a bit annoying, thanks for fixing it. Will we have CI running with `MLIR_ENABLE_EXPENSIVE_PATTERN_API_CHECKS`?
Yes, that's the plan. There are a few more tests that I have to fix before we can enable it. I also have to improve the running time of the expensive checks, right now the expensive checks are pretty slow.
https://github.com/llvm/llvm-project/pull/78146
More information about the Mlir-commits
mailing list