[PATCH] D137905: [GlobalISel] Add new G_INVOKE_REGION_START/END instructions to fix an EH bug
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 15 21:34:47 PST 2022
aemerson added a comment.
In D137905#3928956 <https://reviews.llvm.org/D137905#3928956>, @arsenm wrote:
> Should the invoke just stay as a terminator instead? I'd hate to have more code placement mechanisms
What do you mean stay as a terminator? Invoke is an IR only instruction that we no longer have after translation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137905/new/
https://reviews.llvm.org/D137905
More information about the llvm-commits
mailing list