This repository was archived by the owner on Oct 11, 2025. It is now read-only.
Commit b1b9ba6
authored
[MLIR][Python] Fix detached operation coming from
Without this fix, `scf.if` operations would be created without a parent.
Since `scf.if` operations often have no results, this caused silent bugs
where the generated code was straight-up missing the operation.IfOp constructor (#107286)1 parent e76316d commit b1b9ba6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments