[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:54:56 PST 2024


================
@@ -100,6 +100,12 @@ static cl::opt<bool>
                                 "register spills"),
                        cl::init(false), cl::Hidden);
 
+static cl::opt<bool> AggressivelySinkInstsIntoCycle(
+    "aggressively-sink-insts-to-avoid-spills",
----------------
jrbyrnes wrote:

I think we should keep it as opt-in to preserve the current behavior of sink-insts-to-avoid-spills

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


More information about the llvm-commits mailing list