[PATCH] D152213: ShrinkWrap: Ignore load/store until stack address computation
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 5 17:16:25 PDT 2023
MatzeB added inline comments.
================
Comment at: llvm/lib/CodeGen/ShrinkWrap.cpp:304
///
auto IsKnownNonStackPtr = [](MachineMemOperand *Op) {
if (Op->getValue()) {
----------------
Was wondering if its worth removing this complex expression with the patch in place, but it's hard to argue that there could be examples where this helps placing the epilogue, so I left it in for now...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152213/new/
https://reviews.llvm.org/D152213
More information about the llvm-commits
mailing list