[PATCH] D138216: [AMDGPU] Intrinsic to expose s_wait_event for export ready

Joe Nash via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 21 08:07:03 PST 2022


Joe_Nash added inline comments.


================
Comment at: llvm/include/llvm/IR/IntrinsicsAMDGPU.td:2071
+def int_amdgcn_s_wait_event_export_ready :
+  ClangBuiltin<"__builtin_s_wait_event_export_ready">,
+  Intrinsic<[], [], [IntrNoMem, IntrHasSideEffects, IntrWillReturn]
----------------
If you are adding the clang builtin perhaps there should there be an OpenCL test.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138216



More information about the llvm-commits mailing list