[llvm] [DA] Simplify runtime predicate collection and extend to all dependence tests (PR #157523)

Sjoerd Meijer via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 9 11:54:57 PDT 2025


================
@@ -4036,6 +4041,10 @@ DependenceInfo::depends(Instruction *Src, Instruction *Dst,
       return nullptr;
   }
 
+  // Assert that we haven't added runtime assumptions when not allowed
----------------
sjoerdmeijer wrote:

Same nit

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


More information about the llvm-commits mailing list