[PATCH] D115216: [CodeExtractor] Optionally keep code in original function.
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 28 19:17:41 PST 2022
jdoerfert added a comment.
While this functionality is probably useful by itself, I am confused we need it in the OpenMP-IR-Builder.
In my mind that use case looked something like:
When createParallel starts we push new special blocks (EHResumeBlock, ...) onto the stack.
All cleanup uses the associated special blocks while body generation happens.
Once the region is done we revert back to the special blocks that were used before.
Why doesn't this work? I thought it already did.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115216/new/
https://reviews.llvm.org/D115216
More information about the llvm-commits
mailing list