Skip to content

Commit d68738f

Browse files
frederik-harsenm
andauthored
Update llvm/test/CodeGen/AMDGPU/sdwa-peephole-cndmask-fail.ll
Co-authored-by: Matt Arsenault <[email protected]>
1 parent b5f3df9 commit d68738f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/AMDGPU/sdwa-peephole-cndmask-fail.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc %s -march=amdgcn -mcpu=gfx1030 -o - 2>&1 | FileCheck %s
1+
; RUN: llc -march=amdgcn -mcpu=gfx1030 < %s | FileCheck %s
22

33
; In this test, V_CNDMASK_B32_e64 gets converted to V_CNDMASK_B32_e32,
44
; but the expected conversion to SDWA does not occur. This led to a

0 commit comments

Comments
 (0)