[llvm] [DA] Fix zero coeff bug in Strong SIV test with runtime assumptions (#149991) (PR #155037)

Sjoerd Meijer via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 27 05:26:41 PST 2025


================
@@ -441,11 +441,6 @@ static void dumpExampleDependence(raw_ostream &OS, DependenceInfo *DA,
       }
     }
   }
-  SCEVUnionPredicate Assumptions = DA->getRuntimeAssumptions();
----------------
sjoerdmeijer wrote:

It looks like this is removed because the runtime assumptions are already printed, so removing this makes sense to me. 

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


More information about the llvm-commits mailing list