[Mlir-commits] [mlir] Fix Bug in RemoveDeadValues Pass (PR #148437)
Jasmine Tang
llvmlistbot at llvm.org
Sun Jul 20 21:08:40 PDT 2025
badumbatish wrote:
@joker-eph oh i've never even thought of that, but with `-split-input-file` (present in this test file before the commit), wouldn't mlir-opt be running each test in a different process from each other, thus allowing `// XFAIL: *` to work?
I tested this on my local llvm build and it seems to be the case
https://github.com/llvm/llvm-project/pull/148437
More information about the Mlir-commits
mailing list