[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
Wed Apr 1 03:14:16 PDT 2026


================
@@ -0,0 +1,8 @@
+; RUN: not llvm-as -disable-output %s -o /dev/null 2>&1 | FileCheck %s
----------------
arsenm wrote:

```suggestion
; RUN: not llvm-as -disable-output %s 2>&1 | FileCheck %s
```

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


More information about the llvm-commits mailing list