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

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 2 04:50:55 PDT 2022


mkazantsev added a comment.

`willreturn` definitely looks fine, `nocallback` not sure what is it (not in https://llvm.org/docs/LangRef.html?), `nofree` must be fine... But `nosync` is less than obvious for me, I'd rather expect it not to be present at least in gc.relocate.


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

https://reviews.llvm.org/D136929



More information about the llvm-commits mailing list