[Mlir-commits] [mlir] [mlir][Transform] Fix crash in SequenceOp::getEffects when body region is empty (PR #185063)
Matthias Springer
llvmlistbot at llvm.org
Wed Mar 18 08:12:18 PDT 2026
https://github.com/matthias-springer commented:
What's the guideline here? Is `getEffects` (or interface methods in general) allowed to crash if the op is invalid?
Is this actually a problem of `getPotentialTopLevelEffects` or `TestVisitors.cpp`?
https://github.com/llvm/llvm-project/pull/185063
More information about the Mlir-commits
mailing list