[PATCH] D142975: [AsmPrinter] Allow .cfi_restore_state to be put at the end of a function
Sinan Lin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 31 05:37:13 PST 2023
sinan added a comment.
Another way to avoid this mismatch is to set such blocks as 'Reachable' in CFIFixup, but it looks a bit different from the 'Unreachable block' case in CFIFixup to me and I think we still need a restore_state in the empty block. Any idea?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142975/new/
https://reviews.llvm.org/D142975
More information about the llvm-commits
mailing list