[PATCH] D131980: [Passes] Don't run tail-call-elim in -O1
Arthur Eubanks via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 16 10:56:27 PDT 2022
aeubanks added a comment.
In D131980#3726750 <https://reviews.llvm.org/D131980#3726750>, @efriedma wrote:
> Are you concerned about tail-call marking, or the recursive call->loop transform?
specifically tail call marking
we have symbolizers that stopped displaying some frames with this change that we expect to work under -O1
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131980/new/
https://reviews.llvm.org/D131980
More information about the cfe-commits
mailing list