[PATCH] D126043: [LSR] Drop LSR solution if it is less profitable than baseline

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 25 21:17:08 PDT 2022


craig.topper added inline comments.


================
Comment at: llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp:195
+static cl::opt<bool> AllowDropSolutionIfLessProfitable(
+    "lsr-drop-sol", cl::Hidden, cl::init(false),
+    cl::desc("Attempt to drop solution if it is less profitable"));
----------------
spell "solution" here.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126043/new/

https://reviews.llvm.org/D126043



More information about the llvm-commits mailing list