[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / ARM / a15.ll
blob9f0b2809a9522b639fcfa3cc92653da0746de2e3
1 ; RUN: llc -mtriple=arm -mcpu=cortex-a15 %s -o - | FileCheck %s
3 ; CHECK: a
4 define i32 @a(i32 %x) {
5   ret i32 %x;