Skip to content

Commit fe8a37e

Browse files
committed
Rename test
1 parent 75e5619 commit fe8a37e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

llvm/test/CodeGen/AMDGPU/si-instr-info-vopc-no-exec.mir renamed to llvm/test/CodeGen/AMDGPU/si-instr-info-vopc-exec.mir

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
22
# RUN: llc -mtriple=amdgcn -mcpu=gfx1010 -run-pass=machine-cse %s -o - | FileCheck %s
33

4+
# Check only that V_CMP_EQ_U32_e32 does not lead to a crash.
5+
46
---
5-
name: vopc_comparisons_do_not_depend_on_exec
7+
name: depends_on_exec_check_can_handle_vopc
68
tracksRegLiveness: true
79
body: |
810
bb.0:
9-
; CHECK-LABEL: name: vopc_comparisons_do_not_depend_on_exec
11+
; CHECK-LABEL: name: depends_on_exec_check_can_handle_vopc
1012
; CHECK: [[DEF:%[0-9]+]]:vgpr_32 = IMPLICIT_DEF
1113
; CHECK-NEXT: V_CMP_EQ_U32_e32 1, killed undef [[DEF]], implicit-def $vcc_lo, implicit $exec
1214
; CHECK-NEXT: [[V_CNDMASK_B32_e32_:%[0-9]+]]:vgpr_32 = V_CNDMASK_B32_e32 16256, undef [[DEF]], implicit $vcc_lo, implicit $exec

0 commit comments

Comments
 (0)