[llvm] [AMDGPU] si-peephole-sdwa: Fix cndmask vcc use for wave32 (PR #139541)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue May 13 02:36:57 PDT 2025


================
@@ -0,0 +1,40 @@
+; RUN: llc -march=amdgcn -mcpu=gfx1030 < %s | FileCheck %s
----------------
arsenm wrote:

```suggestion
; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1030 < %s | FileCheck %s
```

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


More information about the llvm-commits mailing list