[RISCV] Add shrinkwrap test cases showing gaps in current impl
[llvm-project.git] / llvm / test / CodeGen / X86 / 2012-03-15-build_vector_wl.ll
blob9c1266504b129bb933663b366dc0849aee60d8b9
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
3 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=corei7-avx -mattr=+avx | FileCheck %s
4 define <4 x i8> @build_vector_again(<16 x i8> %in) nounwind readnone {
5 ; CHECK-LABEL: build_vector_again:
6 ; CHECK:       ## %bb.0: ## %entry
7 ; CHECK-NEXT:    retq
8 entry:
9   %out = shufflevector <16 x i8> %in, <16 x i8> undef, <4 x i32> <i32 0, i32 1, i32 2, i32 3>
10   ret <4 x i8> %out