blob: ceef395aa1476cc053aeeec6faf4118b44a5cc83 [file] [log] [blame]
Andrew V. Tischenko9108ae22017-04-27 10:20:35 +00001; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu | FileCheck %s
3
4; Function Attrs: noinline nounwind
5define 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
13entry:
14 call void asm sideeffect inteldialect "add al,$$0bH", "~{al},~{flags},~{dirflag},~{fpsr},~{flags}"()
15 ret i32 0
16}
17