[PATCH] D136929: [Statepoint] Use default attributes for some GC intrinsics

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 2 07:53:16 PDT 2022


reames added a comment.

Just to comment, gc.result, and gc.relocate are explicitly projections from the result tuple.  They're basically weirdly spelled extractvalues from an implicit tuple tied together by the token result.  So, nosync is definitely correct for them.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136929/new/

https://reviews.llvm.org/D136929



More information about the llvm-commits mailing list