[llvm] [AMDGPU] Add NoaliasAddrSpace to AAMDnodes (PR #149247)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 28 01:25:04 PDT 2025


================
@@ -0,0 +1,38 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
+# RUN: llc -mtriple=amdgcn -mcpu=gfx1200 -run-pass=machineverifier -o - %s | FileCheck %s
----------------
arsenm wrote:

```suggestion
# RUN: llc -mtriple=amdgcn -mcpu=gfx1200 -run-pass=none -o - %s | FileCheck %s
```

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


More information about the llvm-commits mailing list