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

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 7 00:32:11 PST 2022


nikic added a comment.

For nocallback, see https://github.com/llvm/llvm-project/issues/58683. There are open questions about the semantics, but as far as intrinsics are concerned, it means that it will not call any functions visible to LLVM. This is probably a problem for gc.statepoint, but as @reames mentions, the gc.result/gc.relocate intrinsics are just projections, so it should be fine there.


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

https://reviews.llvm.org/D136929



More information about the llvm-commits mailing list