Commit 0efd329
Fixed bug that disables AddressArithmeticSinking
With update of retry mechanism to per-function level optimization, AddressArithmeticSinking was not being enabled properly.
This fix allows AddressArithmeticSinking to run correctly when enabled.1 parent 1e90674 commit 0efd329
File tree
2 files changed
+3
-3
lines changed- IGC/Compiler/CISACodeGen
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
816 | 816 | | |
817 | 817 | | |
818 | 818 | | |
819 | | - | |
820 | | - | |
| 819 | + | |
821 | 820 | | |
822 | 821 | | |
823 | 822 | | |
| |||
0 commit comments