[PATCH] D154001: [ScalarEvolution] Analyze ranges for heap allocations

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 29 09:37:03 PDT 2023


aeubanks added inline comments.


================
Comment at: llvm/lib/Analysis/ScalarEvolution.cpp:6813
     if (U->getType()->isPointerTy() && SignHint == HINT_RANGE_UNSIGNED) {
       // Strengthen the range if the underlying IR value is a global/alloca
       // using the size of the object.
----------------
xbolva00 wrote:
> Update comment
missed this before submitting, done in b4d9cd2d61c037996ba972becbe45b79df99a15a


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154001



More information about the llvm-commits mailing list