[llvm] [AMDGPU] Fix SSID merge in SIMemoryLegalizer to use smallest inclusiv… (PR #208300)
Wooseok Lee via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 9 13:47:37 PDT 2026
================
@@ -11,7 +11,7 @@ entry:
ret void
}
-; CHECK: error: <unknown>:0:0: in function invalid_load void (ptr, ptr): Unsupported non-inclusive atomic synchronization scope
+; CHECK: error: <unknown>:0:0: in function invalid_load void (ptr, ptr): Unsupported atomic synchronization scope
----------------
wooseoklee wrote:
Thanks. I will update the error messages.
https://github.com/llvm/llvm-project/pull/208300
More information about the llvm-commits
mailing list