1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc -mtriple=aarch64-linux-gnu < %s | FileCheck %s
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
target triple = "aarch64-unknown-linux-gnu"
define void @f_undef(<8 x i64> %a, ptr %dst) {
; CHECK-LABEL: f_undef:
; CHECK: // %bb.0: // %BB
; CHECK-NEXT: ret
BB:
%S = shufflevector <8 x i64> %a, <8 x i64> %a, <16 x i32> undef
store <16 x i64> %S, ptr %dst, align 64
ret void
}
define void @f_poison(<8 x i64> %a, ptr %dst) {
; CHECK-LABEL: f_poison:
; CHECK: // %bb.0: // %BB
; CHECK-NEXT: ret
BB:
%S = shufflevector <8 x i64> %a, <8 x i64> %a, <16 x i32> poison
store <16 x i64> %S, ptr %dst, align 64
ret void
}
define void @f_undef_15(<8 x i64> %a, ptr %dst) {
; CHECK-LABEL: f_undef_15:
; CHECK: // %bb.0: // %BB
; CHECK-NEXT: mov x9, x0
; CHECK-NEXT: // kill: def $q0 killed $q0 def $q0_q1
; CHECK-NEXT: add x8, x0, #64
; CHECK-NEXT: mov v1.16b, v0.16b
; CHECK-NEXT: st2 { v0.2d, v1.2d }, [x9], #32
; CHECK-NEXT: st2 { v0.2d, v1.2d }, [x8]
; CHECK-NEXT: add x8, x0, #96
; CHECK-NEXT: st2 { v0.2d, v1.2d }, [x9]
; CHECK-NEXT: st2 { v0.2d, v1.2d }, [x8]
; CHECK-NEXT: ret
BB:
%S = shufflevector <8 x i64> %a, <8 x i64> %a, <16 x i32> <i32 0, i32 undef, i32 undef, i32 undef,i32 undef, i32 undef, i32 undef, i32 undef,i32 undef, i32 undef, i32 undef, i32 undef,i32 undef, i32 undef, i32 undef, i32 undef>
store <16 x i64> %S, ptr %dst, align 64
ret void
}
define void @f_undef_1(<8 x i64> %a, ptr %dst) {
; CHECK-LABEL: f_undef_1:
; CHECK: // %bb.0: // %BB
; CHECK-NEXT: mov x9, x0
; CHECK-NEXT: add x8, x0, #64
; CHECK-NEXT: mov v16.16b, v0.16b
; CHECK-NEXT: // kill: def $q3 killed $q3 def $q3_q4
; CHECK-NEXT: mov v17.16b, v16.16b
; CHECK-NEXT: mov v5.16b, v2.16b
; CHECK-NEXT: // kill: def $q1 killed $q1 def $q1_q2
; CHECK-NEXT: st2 { v16.2d, v17.2d }, [x9], #32
; CHECK-NEXT: mov v6.16b, v5.16b
; CHECK-NEXT: mov v2.16b, v1.16b
; CHECK-NEXT: mov v4.16b, v3.16b
; CHECK-NEXT: st2 { v5.2d, v6.2d }, [x8]
; CHECK-NEXT: add x8, x0, #96
; CHECK-NEXT: st2 { v1.2d, v2.2d }, [x9]
; CHECK-NEXT: st2 { v3.2d, v4.2d }, [x8]
; CHECK-NEXT: ret
BB:
%S = shufflevector <8 x i64> %a, <8 x i64> %a, <16 x i32> <i32 0, i32 8, i32 1, i32 9, i32 2, i32 10, i32 3, i32 11, i32 4, i32 12, i32 5, i32 13, i32 undef, i32 14, i32 7, i32 15>
store <16 x i64> %S, ptr %dst, align 64
ret void
}
; noundefs and undefs should have the same results.
define void @noundefs(<8 x i32> %a, <8 x i32> %b, ptr %dst) {
; CHECK-LABEL: noundefs:
; CHECK: // %bb.0: // %BB
; CHECK-NEXT: mov v5.16b, v2.16b
; CHECK-NEXT: // kill: def $q3 killed $q3 def $q2_q3
; CHECK-NEXT: mov v4.16b, v0.16b
; CHECK-NEXT: st2 { v4.4s, v5.4s }, [x0], #32
; CHECK-NEXT: mov v2.16b, v1.16b
; CHECK-NEXT: st2 { v2.4s, v3.4s }, [x0]
; CHECK-NEXT: ret
BB:
%S = shufflevector <8 x i32> %a, <8 x i32> %b, <16 x i32> <i32 0, i32 8, i32 1, i32 9, i32 2, i32 10, i32 3, i32 11, i32 4, i32 12, i32 5, i32 13, i32 undef, i32 14, i32 7, i32 15>
store <16 x i32> %S, ptr %dst, align 64
ret void
}
define void @undefs(<8 x i32> %a, <8 x i32> %b, ptr %dst) {
; CHECK-LABEL: undefs:
; CHECK: // %bb.0: // %BB
; CHECK-NEXT: mov v5.16b, v2.16b
; CHECK-NEXT: // kill: def $q3 killed $q3 def $q2_q3
; CHECK-NEXT: mov v4.16b, v0.16b
; CHECK-NEXT: st2 { v4.4s, v5.4s }, [x0], #32
; CHECK-NEXT: mov v2.16b, v1.16b
; CHECK-NEXT: st2 { v2.4s, v3.4s }, [x0]
; CHECK-NEXT: ret
BB:
%S = shufflevector <8 x i32> %a, <8 x i32> %b, <16 x i32> <i32 undef, i32 undef, i32 undef, i32 undef, i32 undef, i32 undef, i32 3, i32 11, i32 undef, i32 undef, i32 undef, i32 undef, i32 undef, i32 undef, i32 7, i32 15>
store <16 x i32> %S, ptr %dst, align 64
ret void
}
|