[PATCH] D149668: [ShrinkWrap] Use underlying object to rule out stack access.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 2 13:39:02 PDT 2023
fhahn added inline comments.
================
Comment at: llvm/lib/CodeGen/ShrinkWrap.cpp:271
+ if (Op->getValue()) {
+ SmallVector<Value *> Objs;
+ const Value *UO = getUnderlyingObject(Op->getValue());
----------------
thegameg wrote:
> Unused?
Yep, removed, thanks!
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