[PATCH] D133376: Allow epilogue_begin to be emitted when generating DWARF
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 6 14:17:17 PDT 2022
MatzeB added a comment.
What is this epilogue information going to be used for?
Generally I find the notion of "epilogue" a bit sketchy, since you can easily imagine the scheduler mixing CSR restore instructions (and whatever else you consider epilogue) with normal computation so you'll have epilogue and non-epilogue code mixed together so a notion of "epilogue starts here" doesn't really mean much...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133376/new/
https://reviews.llvm.org/D133376
More information about the llvm-commits
mailing list