Skip to content

Commit ffad027

Browse files
dfukalovarsenm
andauthored
Update llvm/test/CodeGen/AMDGPU/fold-cndmask-select.ll
Co-authored-by: Matt Arsenault <[email protected]>
1 parent 1f8eabd commit ffad027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/AMDGPU/fold-cndmask-select.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2-
; RUN: llc -mtriple=amdgcn -mcpu=gfx900 -verify-machineinstrs < %s | FileCheck %s -check-prefix=GFX9
3-
; RUN: llc -mtriple=amdgcn -mcpu=gfx1030 -verify-machineinstrs < %s | FileCheck %s -check-prefix=GFX10
2+
; RUN: llc -mtriple=amdgcn -mcpu=gfx900 < %s | FileCheck %s -check-prefix=GFX9
3+
; RUN: llc -mtriple=amdgcn -mcpu=gfx1030 < %s | FileCheck %s -check-prefix=GFX10
44

55
define float @f32_oeq_v_i(float %arg, float %arg1) {
66
; GFX9-LABEL: f32_oeq_v_i:

0 commit comments

Comments
 (0)