[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / 4char-promote.ll
blob27778be3b71b7bef62d8d5825fa988ae90a71cc7
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; A test for checking PR 9623
3 ; RUN: llc -mcpu=corei7 < %s | FileCheck %s
5 target triple = "x86_64-apple-darwin"
7 define <4 x i8> @foo(<4 x i8> %x, <4 x i8> %y) {
8 ; CHECK-LABEL: foo:
9 ; CHECK:       ## %bb.0: ## %entry
10 ; CHECK-NEXT:    pmulld %xmm0, %xmm1
11 ; CHECK-NEXT:    paddd %xmm1, %xmm0
12 ; CHECK-NEXT:    retq
13 entry:
14  %binop = mul <4 x i8> %x, %y
15  %binop6 = add <4 x i8> %binop, %x
16  ret <4 x i8> %binop6