[PATCH] D67510: [LV] Support gaps, overlaps, and inexact sizes in speculation logic

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 12 12:30:12 PDT 2019


reames marked an inline comment as done.
reames added inline comments.


================
Comment at: lib/Analysis/ScalarEvolution.cpp:5599
 
+  if (const SCEVSMinExpr *SMin = dyn_cast<SCEVSMinExpr>(S)) {
+    ConstantRange X = getRangeRef(SMin->getOperand(0), SignHint);
----------------
This SCEV change is under review here: https://reviews.llvm.org/D67514

Once landed, I will rebase.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67510/new/

https://reviews.llvm.org/D67510





More information about the llvm-commits mailing list