[llvm] [LV] Make greater use of ScalarEvolution in addDiffRuntimeChecks (PR #213668)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 4 08:08:57 PDT 2026


================
@@ -2294,20 +2295,13 @@ Value *llvm::addDiffRuntimeChecks(
   DenseMap<std::pair<Value *, Value *>, Value *> SeenCompares;
   // Cache of (VF * IC * AccessSize) - 1, shared across checks with matching
   // type and IC*AccessSize to avoid emitting duplicate runtime computations.
----------------
david-arm wrote:

Done

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


More information about the llvm-commits mailing list