[Mlir-commits] [mlir] Fix Bug in RemoveDeadValues Pass (PR #148437)

Mehdi Amini llvmlistbot at llvm.org
Thu Jul 17 08:52:58 PDT 2025


joker-eph wrote:

I've seen in some areas of LLVM someone committing a test for a bug which is marked XFAIL, and then the PR fixing it would remove the XFAIL. Is this what you had in mind?

What's difficult with this in MLIR is that we haven't been in the habit of having 1 test per file, but instead grouping them, so you can't just XFAIL one test cases in a larger file. 

https://github.com/llvm/llvm-project/pull/148437


More information about the Mlir-commits mailing list