[llvm] [llvm][LICM] Add flag to control re-association (PR #149829)

Theodoros Theodoridis via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 23 07:31:01 PDT 2025


================
@@ -146,6 +146,11 @@ static cl::opt<unsigned> IntAssociationUpperLimit(
         "Set upper limit for the number of transformations performed "
         "during a single round of hoisting the reassociated expressions."));
 
+static cl::opt<unsigned> BOAssociationUserLimit(
----------------
thetheodor wrote:

I've included a test

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


More information about the llvm-commits mailing list