[llvm] [MachineSink] Add option for aggressive loop sinking (PR #117247)

Jeffrey Byrnes via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 22 13:55:00 PST 2024


================
@@ -799,6 +816,30 @@ bool MachineSinking::runOnMachineFunction(MachineFunction &MF) {
     }
   }
 
+  if (AggressivelySinkInstsIntoCycle) {
----------------
jrbyrnes wrote:

The idea was to allow for a sinking strategy of increasing aggressiveness based on RP. But, I don't think we're close to having that sort of functionality, and this probably isn't the correct avenue for a feature of that sort to begin with.


https://github.com/llvm/llvm-project/pull/117247


More information about the llvm-commits mailing list