[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / inline-0bh.ll
blobb1e7e57e0b2074a96aa525ff5c77bb7fcccf4e96
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu | FileCheck %s
4 ; Function Attrs: noinline nounwind
5 define i32 @PR31007() {
6 ; CHECK-LABEL: PR31007:
7 ; CHECK:       # %bb.0: # %entry
8 ; CHECK-NEXT:  #APP
9 ; CHECK   :    addb $11, %al
10 ; CHECK:       #NO_APP
11 ; CHECK-NEXT:  xorl %eax, %eax
12 ; CHECK-NEXT:  retq
13 entry:
14   call void asm sideeffect inteldialect "add al,$$0bH", "~{al},~{flags},~{dirflag},~{fpsr},~{flags}"()
15   ret i32 0