Commit 02ca522
Update more passes to use new pass interface/correctly set their modified bits
Summary:
Update
- SinkOpsCloserToUsePass
- HoistOpsCloserToDefPass
- PostponePermuteOpBelowSqueezeOrUnsqueezeLikeView
- SimplifySliceOpPass
- BindOptionalArgsPass
- ReplaceConstantPadWithTuringExtendPass
to either use new pass interface (which is more efficient/correctly sets modified bit) or just correctly set modified bit if doesn't fit the interface well.
Differential Revision: D878985711 parent 5d40a3a commit 02ca522
File tree
5 files changed
+522
-305
lines changed- backends/cadence/aot
- tests
5 files changed
+522
-305
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
506 | 506 | | |
507 | 507 | | |
508 | 508 | | |
509 | | - | |
| 509 | + | |
510 | 510 | | |
511 | 511 | | |
512 | 512 | | |
| |||
0 commit comments