[llvm] [IRCE] Relax profitability check (PR #104659)

Aleksandr Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 3 14:39:38 PDT 2024


================
@@ -985,13 +981,25 @@ bool InductiveRangeCheckElimination::run(
   }
 
   LLVMContext &Context = Preheader->getContext();
+
+  const char *FailureReason = nullptr;
----------------
aleks-tmb wrote:

Can we extract moving LoopStructure::parseLoopStructure into a separate NFC patch? 

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


More information about the llvm-commits mailing list