Files
clang-p2996/llvm/lib/CodeGen/MachineScheduler.cpp
Pengcheng Wang ee1608dd8e [CodeGen][MISched] Set DumpDirection after initPolicy (#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.
2024-11-08 11:45:36 +08:00

168 KiB