[llvm] [IPSCCP] Add range attribute handling. (PR #86747)

Andreas Jonson via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 10 12:11:51 PDT 2024


================
@@ -873,6 +890,15 @@ bool SCCPInstVisitor::markConstant(ValueLatticeElement &IV, Value *V,
   return true;
 }
 
+bool SCCPInstVisitor::markConstantRange(ValueLatticeElement &IV, Value *V,
+                                        ConstantRange &CR) {
----------------
andjo403 wrote:

added const

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


More information about the llvm-commits mailing list