[PATCH] D149668: [ShrinkWrap] Use underlying object to rule out stack access.

Francis Visoiu Mistrih via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 2 11:32:49 PDT 2023


thegameg accepted this revision.
thegameg added a comment.
This revision is now accepted and ready to land.

lgtm thanks



================
Comment at: llvm/lib/CodeGen/ShrinkWrap.cpp:271
+    if (Op->getValue()) {
+      SmallVector<Value *> Objs;
+      const Value *UO = getUnderlyingObject(Op->getValue());
----------------
Unused?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149668



More information about the llvm-commits mailing list