69 lines
1.8 KiB
Plaintext
69 lines
1.8 KiB
Plaintext
|
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
|
||
|
# RUN: llc -march=amdgcn -mcpu=fiji -run-pass=regbankselect %s -verify-machineinstrs -o - -regbankselect-fast | FileCheck %s
|
||
|
|
||
|
---
|
||
|
name: mul_s32_ss
|
||
|
legalized: true
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $sgpr0, $sgpr1
|
||
|
; CHECK-LABEL: name: mul_s32_ss
|
||
|
; CHECK: [[COPY:%[0-9]+]]:sgpr(s32) = COPY $sgpr0
|
||
|
; CHECK: [[COPY1:%[0-9]+]]:sgpr(s32) = COPY $sgpr1
|
||
|
; CHECK: [[MUL:%[0-9]+]]:sgpr(s32) = G_MUL [[COPY]], [[COPY1]]
|
||
|
%0:_(s32) = COPY $sgpr0
|
||
|
%1:_(s32) = COPY $sgpr1
|
||
|
%2:_(s32) = G_MUL %0, %1
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: mul_s32_sv
|
||
|
legalized: true
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $sgpr0, $vgpr0
|
||
|
; CHECK-LABEL: name: mul_s32_sv
|
||
|
; CHECK: [[COPY:%[0-9]+]]:sgpr(s32) = COPY $sgpr0
|
||
|
; CHECK: [[COPY1:%[0-9]+]]:vgpr(s32) = COPY $vgpr0
|
||
|
; CHECK: [[COPY2:%[0-9]+]]:vgpr(s32) = COPY [[COPY]](s32)
|
||
|
; CHECK: [[MUL:%[0-9]+]]:vgpr(s32) = G_MUL [[COPY2]], [[COPY1]]
|
||
|
%0:_(s32) = COPY $sgpr0
|
||
|
%1:_(s32) = COPY $vgpr0
|
||
|
%2:_(s32) = G_MUL %0, %1
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: mul_s32_vs
|
||
|
legalized: true
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $sgpr0, $vgpr0
|
||
|
; CHECK-LABEL: name: mul_s32_vs
|
||
|
; CHECK: [[COPY:%[0-9]+]]:vgpr(s32) = COPY $vgpr0
|
||
|
; CHECK: [[COPY1:%[0-9]+]]:sgpr(s32) = COPY $sgpr0
|
||
|
; CHECK: [[COPY2:%[0-9]+]]:vgpr(s32) = COPY [[COPY1]](s32)
|
||
|
; CHECK: [[MUL:%[0-9]+]]:vgpr(s32) = G_MUL [[COPY]], [[COPY2]]
|
||
|
%0:_(s32) = COPY $vgpr0
|
||
|
%1:_(s32) = COPY $sgpr0
|
||
|
%2:_(s32) = G_MUL %0, %1
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: mul_s32_vv
|
||
|
legalized: true
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $vgpr0, $vgpr1
|
||
|
; CHECK-LABEL: name: mul_s32_vv
|
||
|
; CHECK: [[COPY:%[0-9]+]]:vgpr(s32) = COPY $vgpr0
|
||
|
; CHECK: [[COPY1:%[0-9]+]]:vgpr(s32) = COPY $vgpr1
|
||
|
; CHECK: [[MUL:%[0-9]+]]:vgpr(s32) = G_MUL [[COPY]], [[COPY1]]
|
||
|
%0:_(s32) = COPY $vgpr0
|
||
|
%1:_(s32) = COPY $vgpr1
|
||
|
%2:_(s32) = G_MUL %0, %1
|
||
|
...
|