[PATCH] D137574: PEI should be able to use backward walk in replaceFrameIndicesBackward.
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 9 06:20:05 PST 2022
foad added inline comments.
================
Comment at: llvm/lib/CodeGen/PrologEpilogInserter.cpp:1583
+}
\ No newline at end of file
----------------
Please fix.
================
Comment at: llvm/lib/CodeGen/PrologEpilogInserter.cpp:1517
if (RS && FrameIndexEliminationScavenging)
- RS->enterBasicBlock(*BB);
+ return replaceFrameIndicesBackward(BB, MF, SPAdj);
----------------
Indentation is wrong. Please run git clang-format.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137574/new/
https://reviews.llvm.org/D137574
More information about the llvm-commits
mailing list