[llvm] [IR][AtomicExpand] Add elementwise modifier to atomicrmw; automatically expand for all targets (PR #189517)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 31 13:05:08 PDT 2026
================
@@ -0,0 +1,8 @@
+; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
----------------
arsenm wrote:
disable-output
https://github.com/llvm/llvm-project/pull/189517
More information about the llvm-commits
mailing list