[Mlir-commits] [mlir] [MLIR] Fix crash in int-range-optimizations on type-mismatched IR (PR #183964)
Matthias Springer
llvmlistbot at llvm.org
Sun Mar 1 23:10:12 PST 2026
matthias-springer wrote:
> I do know the llvm.return in a func.func (it lets you convert the body of a function to be converted before the function itself).
Within a pass, yes. But is there a legitimate use case for this across pass boundaries?
However, changing the verifier looks like a lot of work...
https://github.com/llvm/llvm-project/pull/183964
More information about the Mlir-commits
mailing list