Commit e72d1b8
[CodeGen][MISched] Set DumpDirection after initPolicy (llvm#115112)
Previously we set the dump direction according to command line
options, but we may override the scheduling direction in `initPolicy`
and this results in mismatch between dump and actual policy.
Here we simply set the dump direction after initializing the policy.1 parent ba3a3eb commit e72d1b8
File tree
2 files changed
+15
-19
lines changed- llvm
- include/llvm/CodeGen
- lib/CodeGen
2 files changed
+15
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| 222 | + | |
222 | 223 | | |
223 | 224 | | |
224 | 225 | | |
| |||
1167 | 1168 | | |
1168 | 1169 | | |
1169 | 1170 | | |
| 1171 | + | |
| 1172 | + | |
1170 | 1173 | | |
1171 | 1174 | | |
1172 | 1175 | | |
1173 | 1176 | | |
1174 | 1177 | | |
1175 | 1178 | | |
1176 | 1179 | | |
| 1180 | + | |
| 1181 | + | |
1177 | 1182 | | |
1178 | 1183 | | |
1179 | 1184 | | |
| |||
1254 | 1259 | | |
1255 | 1260 | | |
1256 | 1261 | | |
1257 | | - | |
1258 | | - | |
1259 | 1262 | | |
1260 | 1263 | | |
1261 | 1264 | | |
| |||
1294 | 1297 | | |
1295 | 1298 | | |
1296 | 1299 | | |
1297 | | - | |
1298 | 1300 | | |
1299 | 1301 | | |
1300 | 1302 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | 463 | | |
472 | 464 | | |
473 | 465 | | |
| |||
501 | 493 | | |
502 | 494 | | |
503 | 495 | | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
511 | | - | |
512 | 496 | | |
513 | 497 | | |
514 | 498 | | |
| |||
796 | 780 | | |
797 | 781 | | |
798 | 782 | | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
799 | 793 | | |
800 | 794 | | |
801 | 795 | | |
| |||
0 commit comments