[Mlir-commits] [mlir] [MLIR] Fix crash in RemoveDeadValues when terminator lacks RegionBranchTerminatorOpInterface (PR #175300)

Matthias Springer llvmlistbot at llvm.org
Sat Jan 10 02:07:53 PST 2026


matthias-springer wrote:

Can you rebase to `main`? This crash may have been fixed by https://github.com/llvm/llvm-project/pull/173505. The code that this PR is modifying doesn't exist anymore.

You may also be interested in https://github.com/llvm/llvm-project/pull/174978: the MLIR code base assumes that region branch terminators implement the `RegionBranchTerminatorOpInterface`.

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


More information about the Mlir-commits mailing list