[PATCH] D114545: [CodeGen] Async unwind - add a pass to fix CFI information
Momchil Velikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 10 08:44:21 PST 2021
chill added a comment.
In D114545#3157219 <https://reviews.llvm.org/D114545#3157219>, @jrtc27 wrote:
> This seems like it should be a generic pass conditionally added (when supported, until all backends support it) by TargetPassConfig with TRI/TLI/etc hooks, not something each target needs to subclass and manually add to the pass order
I reworked it like this^, I think, in the last update.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114545/new/
https://reviews.llvm.org/D114545
More information about the llvm-commits
mailing list