[llvm] [Verifier][AMDGPU] No store to const addrspace (PR #109181)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 18 21:27:48 PDT 2024


================
@@ -0,0 +1,9 @@
+; RUN: not llc -mtriple=amdgcn < %s |& FileCheck %s
----------------
shiltian wrote:

```suggestion
; RUN: not llc -mtriple=amdgcn %s -o - |& FileCheck %s
```

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


More information about the llvm-commits mailing list