[PATCH] D69906: [ARM] Track epilogue instructions with FrameDestroy flag (NFC)
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 13 14:36:44 PDT 2020
efriedma added a comment.
I don't really want to sort of halfheartedly add frame-destroy markings where they're locally convenient, and have it be sort of random which epilogue instructions actually have the markings after PEI. How much work would it be to actually mark everything, like we do on AArch64?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69906/new/
https://reviews.llvm.org/D69906
More information about the llvm-commits
mailing list