[llvm] [MachineSink] Add option for aggressive loop sinking (PR #117247)
Jeffrey Byrnes via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 5 18:42:24 PST 2024
================
@@ -799,6 +816,30 @@ bool MachineSinking::runOnMachineFunction(MachineFunction &MF) {
}
}
+ if (AggressivelySinkInstsIntoCycle) {
----------------
jrbyrnes wrote:
On second thought, I think the improved sinking capability would only make sense in the context of something like this.
https://github.com/llvm/llvm-project/pull/117247
More information about the llvm-commits
mailing list