2017-10-19 07:18:12 +08:00
|
|
|
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
|
2018-05-06 05:19:59 +08:00
|
|
|
# RUN: llc -mtriple=x86_64-linux-gnu -mattr=+avx512f -run-pass=legalizer -verify-machineinstrs %s -o - | FileCheck %s --check-prefix=ALL
|
2017-06-22 17:43:35 +08:00
|
|
|
|
|
|
|
--- |
|
|
|
|
define void @test_insert_128() {
|
|
|
|
ret void
|
|
|
|
}
|
|
|
|
|
|
|
|
define void @test_insert_256() {
|
|
|
|
ret void
|
|
|
|
}
|
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_insert_128
|
|
|
|
alignment: 4
|
|
|
|
legalized: false
|
|
|
|
regBankSelected: false
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.1 (%ir-block.0):
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $zmm0, $ymm1
|
2017-06-22 17:43:35 +08:00
|
|
|
|
2017-10-19 07:18:12 +08:00
|
|
|
; ALL-LABEL: name: test_insert_128
|
2018-02-01 06:04:26 +08:00
|
|
|
; ALL: [[COPY:%[0-9]+]]:_(<16 x s32>) = COPY $zmm0
|
|
|
|
; ALL: [[COPY1:%[0-9]+]]:_(<4 x s32>) = COPY $xmm1
|
2017-10-25 02:04:54 +08:00
|
|
|
; ALL: [[INSERT:%[0-9]+]]:_(<16 x s32>) = G_INSERT [[COPY]], [[COPY1]](<4 x s32>), 0
|
2018-02-01 06:04:26 +08:00
|
|
|
; ALL: $zmm0 = COPY [[INSERT]](<16 x s32>)
|
|
|
|
; ALL: RET 0, implicit $ymm0
|
|
|
|
%0(<16 x s32>) = COPY $zmm0
|
|
|
|
%1(<4 x s32>) = COPY $xmm1
|
2017-06-22 17:43:35 +08:00
|
|
|
%2(<16 x s32>) = G_INSERT %0(<16 x s32>), %1(<4 x s32>), 0
|
2018-02-01 06:04:26 +08:00
|
|
|
$zmm0 = COPY %2(<16 x s32>)
|
|
|
|
RET 0, implicit $ymm0
|
2017-06-22 17:43:35 +08:00
|
|
|
|
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_insert_256
|
|
|
|
alignment: 4
|
|
|
|
legalized: false
|
|
|
|
regBankSelected: false
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.1 (%ir-block.0):
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $zmm0, $ymm1
|
2017-06-22 17:43:35 +08:00
|
|
|
|
2017-10-19 07:18:12 +08:00
|
|
|
; ALL-LABEL: name: test_insert_256
|
2018-02-01 06:04:26 +08:00
|
|
|
; ALL: [[COPY:%[0-9]+]]:_(<16 x s32>) = COPY $zmm0
|
|
|
|
; ALL: [[COPY1:%[0-9]+]]:_(<8 x s32>) = COPY $ymm1
|
2017-10-25 02:04:54 +08:00
|
|
|
; ALL: [[INSERT:%[0-9]+]]:_(<16 x s32>) = G_INSERT [[COPY]], [[COPY1]](<8 x s32>), 0
|
2018-02-01 06:04:26 +08:00
|
|
|
; ALL: $zmm0 = COPY [[INSERT]](<16 x s32>)
|
|
|
|
; ALL: RET 0, implicit $ymm0
|
|
|
|
%0(<16 x s32>) = COPY $zmm0
|
|
|
|
%1(<8 x s32>) = COPY $ymm1
|
2017-06-22 17:43:35 +08:00
|
|
|
%2(<16 x s32>) = G_INSERT %0(<16 x s32>), %1(<8 x s32>), 0
|
2018-02-01 06:04:26 +08:00
|
|
|
$zmm0 = COPY %2(<16 x s32>)
|
|
|
|
RET 0, implicit $ymm0
|
2017-06-22 17:43:35 +08:00
|
|
|
|
|
|
|
...
|