[PATCH] D137741: [PEI][NFC] Refactoring of the debug instructions frame index replacement
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 9 22:31:48 PST 2022
arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/CodeGen/PrologEpilogInserter.cpp:1412
+ return true;
+ } else if (MI.isDebugPHI()) {
+ // Allow stack ref to continue onwards.
----------------
No else after return
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137741/new/
https://reviews.llvm.org/D137741
More information about the llvm-commits
mailing list