[X86][AVX2] Regenerate test.

llvm-svn: 292950
This commit is contained in:
Simon Pilgrim 2017-01-24 16:58:22 +00:00
parent 11cf053bd1
commit 5bdb95c078
1 changed files with 1 additions and 2 deletions
llvm/test/CodeGen/X86

View File

@ -1,4 +1,4 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx2 | FileCheck %s
define <16 x i16> @foo(<16 x i1> %mask, <16 x i16> %x, <16 x i16> %y) {
@ -9,7 +9,6 @@ define <16 x i16> @foo(<16 x i1> %mask, <16 x i16> %x, <16 x i16> %y) {
; CHECK-NEXT: vpsraw $15, %ymm0, %ymm0
; CHECK-NEXT: vpblendvb %ymm0, %ymm1, %ymm2, %ymm0
; CHECK-NEXT: retq
;
%ret = select <16 x i1> %mask, <16 x i16> %x, <16 x i16> %y
ret <16 x i16> %ret
}