File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22# RUN: llc %s -mtriple=amdgcn -mcpu=gfx1030 -run-pass=si-peephole-sdwa -o - | FileCheck %s
33
44---
5- name : change-compare-to-vopc # carry-in def is a comparison that can be changed to VOPC
5+ name : change-compare-dest- to-vcc # carry-in def is a comparison that can write to VCC
66tracksRegLiveness : true
77body : |
88 bb.0:
99 liveins: $vgpr0
1010
11- ; CHECK-LABEL: name: change-compare-to-vopc
11+ ; CHECK-LABEL: name: change-compare-dest- to-vcc
1212 ; CHECK: liveins: $vgpr0
1313 ; CHECK-NEXT: {{ $}}
1414 ; CHECK-NEXT: [[DEF:%[0-9]+]]:sreg_32_xm0_xexec = IMPLICIT_DEF
@@ -29,13 +29,13 @@ body: |
2929 ...
3030
3131---
32- name : change-compare-class-to-vopc # check that non-compare instr V_CMP_CLASS is also handled
32+ name : change-compare-class-dest- to-vcc # check that non-compare instr V_CMP_CLASS is also handled
3333tracksRegLiveness : true
3434body : |
3535 bb.0:
3636 liveins: $vgpr0
3737
38- ; CHECK-LABEL: name: change-compare-class-to-vopc
38+ ; CHECK-LABEL: name: change-compare-class-dest- to-vcc
3939 ; CHECK: liveins: $vgpr0
4040 ; CHECK-NEXT: {{ $}}
4141 ; CHECK-NEXT: [[DEF:%[0-9]+]]:sreg_32_xm0_xexec = IMPLICIT_DEF
Original file line number Diff line number Diff line change 22# RUN: llc %s -mtriple=amdgcn -mcpu=gfx900 -run-pass=si-peephole-sdwa -o - | FileCheck %s
33
44---
5- name : change-compare-to-vopc # carry-in def is a comparison that can be changed to VOPC
5+ name : change-compare-dest- to-vcc # carry-in def is a comparison that can write to VCC
66tracksRegLiveness : true
77body : |
88 bb.0:
99 liveins: $vgpr0
1010
11- ; CHECK-LABEL: name: change-compare-to-vopc
11+ ; CHECK-LABEL: name: change-compare-dest- to-vcc
1212 ; CHECK: liveins: $vgpr0
1313 ; CHECK-NEXT: {{ $}}
1414 ; CHECK-NEXT: [[DEF:%[0-9]+]]:vgpr_32 = IMPLICIT_DEF
@@ -29,13 +29,13 @@ body: |
2929 ...
3030
3131---
32- name : change-compare-class-to-vopc # check that non-compare instr V_CMP_CLASS is also handled
32+ name : change-compare-class-dest- to-vcc # check that non-compare instr V_CMP_CLASS is also handled
3333tracksRegLiveness : true
3434body : |
3535 bb.0:
3636 liveins: $vgpr0
3737
38- ; CHECK-LABEL: name: change-compare-class-to-vopc
38+ ; CHECK-LABEL: name: change-compare-class-dest- to-vcc
3939 ; CHECK: liveins: $vgpr0
4040 ; CHECK-NEXT: {{ $}}
4141 ; CHECK-NEXT: [[DEF:%[0-9]+]]:sreg_32_xm0_xexec = IMPLICIT_DEF
You can’t perform that action at this time.
0 commit comments