llvm-project/llvm/test/CodeGen/PowerPC/vec_constants.ll
Qiu Chaofan 6175fcf01f [NFC] Update some PPC tests marked as auto-generated
Update CodeGen regression tests with marker at first line telling it's
auto-generated by the script, under PowerPC directory. For some reason,
these tests are generated but manually written, which makes things
unclear when someone's change affecting them.

However, some tests only show simple change after re-generated, like
extra blank lines, disappearing '.localentry', etc. Besides, some tests
are generated but added checks for debug output. This commit doesn't try
updating them.
2021-01-08 17:59:13 +08:00

131 lines
4.4 KiB
LLVM

; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc -verify-machineinstrs -O0 -mcpu=pwr7 -mtriple=powerpc64-unknown-linux-gnu < %s | FileCheck %s --check-prefixes=CHECK,BE
; RUN: llc -verify-machineinstrs -O0 -mcpu=pwr7 -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s --check-prefixes=CHECK,LE
define void @test1(<4 x i32>* %P1, <4 x i32>* %P2, <4 x float>* %P3) nounwind {
; BE-LABEL: test1:
; BE: # %bb.0:
; BE-NEXT: lxvw4x 0, 0, 3
; BE-NEXT: vspltisb 2, -1
; BE-NEXT: vslw 2, 2, 2
; BE-NEXT: xxland 0, 0, 34
; BE-NEXT: stxvw4x 0, 0, 3
; BE-NEXT: lxvw4x 0, 0, 4
; BE-NEXT: xxlandc 0, 0, 34
; BE-NEXT: stxvw4x 0, 0, 4
; BE-NEXT: lxvw4x 0, 0, 5
; BE-NEXT: xvabssp 0, 0
; BE-NEXT: stxvw4x 0, 0, 5
; BE-NEXT: blr
;
; LE-LABEL: test1:
; LE: # %bb.0:
; LE-NEXT: lvx 2, 0, 3
; LE-NEXT: vspltisb 3, -1
; LE-NEXT: vslw 3, 3, 3
; LE-NEXT: xxland 34, 34, 35
; LE-NEXT: stvx 2, 0, 3
; LE-NEXT: lvx 2, 0, 4
; LE-NEXT: xxlandc 34, 34, 35
; LE-NEXT: stvx 2, 0, 4
; LE-NEXT: lvx 2, 0, 5
; LE-NEXT: xvabssp 34, 34
; LE-NEXT: stvx 2, 0, 5
; LE-NEXT: blr
%tmp = load <4 x i32>, <4 x i32>* %P1 ; <<4 x i32>> [#uses=1]
%tmp4 = and <4 x i32> %tmp, < i32 -2147483648, i32 -2147483648, i32 -2147483648, i32 -2147483648 > ; <<4 x i32>> [#uses=1]
store <4 x i32> %tmp4, <4 x i32>* %P1
%tmp7 = load <4 x i32>, <4 x i32>* %P2 ; <<4 x i32>> [#uses=1]
%tmp9 = and <4 x i32> %tmp7, < i32 2147483647, i32 2147483647, i32 2147483647, i32 2147483647 > ; <<4 x i32>> [#uses=1]
store <4 x i32> %tmp9, <4 x i32>* %P2
%tmp.upgrd.1 = load <4 x float>, <4 x float>* %P3 ; <<4 x float>> [#uses=1]
%tmp11 = bitcast <4 x float> %tmp.upgrd.1 to <4 x i32> ; <<4 x i32>> [#uses=1]
%tmp12 = and <4 x i32> %tmp11, < i32 2147483647, i32 2147483647, i32 2147483647, i32 2147483647 > ; <<4 x i32>> [#uses=1]
%tmp13 = bitcast <4 x i32> %tmp12 to <4 x float> ; <<4 x float>> [#uses=1]
store <4 x float> %tmp13, <4 x float>* %P3
ret void
}
define <4 x i32> @test_30() nounwind {
; CHECK-LABEL: test_30:
; CHECK: # %bb.0:
; CHECK-NEXT: vspltisw 2, 15
; CHECK-NEXT: vadduwm 2, 2, 2
; CHECK-NEXT: blr
ret <4 x i32> < i32 30, i32 30, i32 30, i32 30 >
}
define <4 x i32> @test_29() nounwind {
; CHECK-LABEL: test_29:
; CHECK: # %bb.0:
; CHECK-NEXT: vspltisw 3, -16
; CHECK-NEXT: vspltisw 2, 13
; CHECK-NEXT: vsubuwm 2, 2, 3
; CHECK-NEXT: blr
ret <4 x i32> < i32 29, i32 29, i32 29, i32 29 >
}
define <8 x i16> @test_n30() nounwind {
; CHECK-LABEL: test_n30:
; CHECK: # %bb.0:
; CHECK-NEXT: vspltish 2, -15
; CHECK-NEXT: vadduhm 2, 2, 2
; CHECK-NEXT: blr
ret <8 x i16> < i16 -30, i16 -30, i16 -30, i16 -30, i16 -30, i16 -30, i16 -30, i16 -30 >
}
define <16 x i8> @test_n104() nounwind {
; CHECK-LABEL: test_n104:
; CHECK: # %bb.0:
; CHECK-NEXT: vspltisb 2, -13
; CHECK-NEXT: vslb 2, 2, 2
; CHECK-NEXT: blr
ret <16 x i8> < i8 -104, i8 -104, i8 -104, i8 -104, i8 -104, i8 -104, i8 -104, i8 -104, i8 -104, i8 -104, i8 -104, i8 -104, i8 -104, i8 -104, i8 -104, i8 -104 >
}
define <4 x i32> @test_vsldoi() nounwind {
; CHECK-LABEL: test_vsldoi:
; CHECK: # %bb.0:
; CHECK-NEXT: vspltisw 2, 2
; CHECK-NEXT: vsldoi 2, 2, 2, 1
; CHECK-NEXT: blr
ret <4 x i32> < i32 512, i32 512, i32 512, i32 512 >
}
define <8 x i16> @test_vsldoi_65023() nounwind {
; CHECK-LABEL: test_vsldoi_65023:
; CHECK: # %bb.0:
; CHECK-NEXT: vspltish 2, -3
; CHECK-NEXT: vsldoi 2, 2, 2, 1
; CHECK-NEXT: blr
ret <8 x i16> < i16 65023, i16 65023,i16 65023,i16 65023,i16 65023,i16 65023,i16 65023,i16 65023 >
}
define <4 x i32> @test_vsldoi_x16() nounwind {
; CHECK-LABEL: test_vsldoi_x16:
; CHECK: # %bb.0:
; CHECK-NEXT: vspltisw 2, -3
; CHECK-NEXT: vsldoi 2, 2, 2, 2
; CHECK-NEXT: blr
ret <4 x i32> <i32 -131073, i32 -131073, i32 -131073, i32 -131073>
}
define <4 x i32> @test_vsldoi_x24() nounwind {
; CHECK-LABEL: test_vsldoi_x24:
; CHECK: # %bb.0:
; CHECK-NEXT: vspltisw 2, -3
; CHECK-NEXT: vsldoi 2, 2, 2, 3
; CHECK-NEXT: blr
ret <4 x i32> <i32 -33554433, i32 -33554433, i32 -33554433, i32 -33554433>
}
define <4 x i32> @test_rol() nounwind {
; CHECK-LABEL: test_rol:
; CHECK: # %bb.0:
; CHECK-NEXT: vspltisw 2, -12
; CHECK-NEXT: vrlw 2, 2, 2
; CHECK-NEXT: blr
ret <4 x i32> < i32 -11534337, i32 -11534337, i32 -11534337, i32 -11534337 >
}