[clang] [llvm] [AArch64] Implement the atomic store with hint intrinsic (PR #198316)

via cfe-commits cfe-commits at lists.llvm.org
Tue May 26 05:11:40 PDT 2026


================
@@ -1821,3 +1821,81 @@ int test_rndrrs(uint64_t *__addr) {
   return __rndrrs(__addr);
 }
 #endif
+
+#if defined(__ARM_64BIT_STATE)
+
----------------
Lukacma wrote:

Sorry to be a pain, but it might be worth it to test all possible types here ?

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


More information about the cfe-commits mailing list