[llvm] [Offload] Rename olWaitEvent/Queue to olSyncEvent/Queue (PR #150023)

Ross Brunton via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 22 07:01:02 PDT 2025


================
@@ -21,8 +21,8 @@ def : Function {
 }
 
 def : Function {
-    let name = "olWaitEvent";
-    let desc = "Wait for the event to be complete.";
+    let name = "olSyncEvent";
----------------
RossBrunton wrote:

Would having it spelled out in full as `olSynchronizeEvent` be preferred?

https://github.com/llvm/llvm-project/pull/150023


More information about the llvm-commits mailing list