[llvm] [AMDGPU] Check vector sizes for physical register constraints in inline asm (PR #109955)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 05:57:46 PDT 2024


================
@@ -0,0 +1,114 @@
+; RUN: not llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 < %s 2>&1 | FileCheck -check-prefix=ERR %s
----------------
arsenm wrote:

```suggestion
; RUN: not llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -filetype=null %s 2>&1 | FileCheck -check-prefix=ERR %s
```

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


More information about the llvm-commits mailing list