[clang] [CIR][X86] Implement lowering for `readwritebarrier` builtins (PR #171094)

Sirui Mu via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 8 05:29:16 PST 2025


================
@@ -5493,7 +5493,7 @@ def CIR_AtomicClearOp : CIR_Op<"atomic.clear"> {
   }];
 }
 
-def CIR_AtomicFence : CIR_Op<"atomic.fence"> {
+def CIR_AtomicFenceOp : CIR_Op<"atomic.fence"> {
----------------
Lancern wrote:

Nice catch, but maybe this could be a separate NFC PR.

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


More information about the cfe-commits mailing list