Commit 3fa1455
authored
Fix
**Description of the Change:**
This update addresses an issue where the `commute_ppr` pass incorrectly
modified the operands of PPRs across different blocks or regions. The
logic has been modified to ensure that PPRs are only moved within the
same block.
[[sc-105282]]commute-ppr pass to correctly handle PPR's operands across different blocks (#2267)1 parent 7f7d4b6 commit 3fa1455
File tree
2 files changed
+10
-1
lines changed- doc/releases
- mlir/lib/QEC/Transforms
2 files changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
350 | 355 | | |
351 | 356 | | |
352 | 357 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
136 | 140 | | |
137 | 141 | | |
138 | 142 | | |
| |||
0 commit comments