[llvm] [MachineSink] Add option for aggressive loop sinking (PR #117247)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 21 17:34:08 PST 2024
================
@@ -799,6 +816,30 @@ bool MachineSinking::runOnMachineFunction(MachineFunction &MF) {
}
}
+ if (AggressivelySinkInstsIntoCycle) {
----------------
arsenm wrote:
Integrate this into the above loop in SinkInstsIntoCycle? I don't see why it's a second round of post-processing the main sinking
https://github.com/llvm/llvm-project/pull/117247
More information about the llvm-commits
mailing list