[PATCH] D129230: [IR][coroutine] make final and non-final llvm.coro.saves unique
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 7 00:11:16 PDT 2022
nikic added a comment.
Another possibility is to mark llvm.coro.save as IntrNoMerge, though that would prevent any merging (similar to the SimplifyCFG patch, just only for this intrinsic and not other token-returning intrinsics).
I'm not familiar with these coro intrinsics, but if these have two different ways of being lowered, then adding a flag to distinguish them generally makes sense to me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129230/new/
https://reviews.llvm.org/D129230
More information about the llvm-commits
mailing list