[llvm] [LoopStrengthReduce] Mitigation of issues introduced by compilation time optimization in SolveRecurse. (PR #147588)

Sergey Shcherbinin via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 9 03:21:16 PDT 2025


================
@@ -5387,6 +5428,10 @@ void LSRInstance::SolveRecurse(SmallVectorImpl<const Formula *> &Solution,
 
   const LSRUse &LU = Uses[Workspace.size()];
 
+  assert(LU.Formulae.size() &&
----------------
SergeyShch01 wrote:

ok, fixed by second commit

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


More information about the llvm-commits mailing list