[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / CodeGen / X86 / inline-0bh.ll
blobd1d747fdc5d443dd64d23a5486559bca62b929d0
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-EMPTY:
10 ; CHECK-NEXT:    addb $11, %al
11 ; CHECK-EMPTY:
12 ; CHECK-NEXT:    #NO_APP
13 ; CHECK-NEXT:    xorl %eax, %eax
14 ; CHECK-NEXT:    retq
15 entry:
16   call void asm sideeffect inteldialect "add al,$$0bH", "~{al},~{flags},~{dirflag},~{fpsr},~{flags}"()
17   ret i32 0