blob: b1e7e57e0b2074a96aa525ff5c77bb7fcccf4e96 [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:
Francis Visoiu Mistrih25528d62017-12-04 17:18:51 +00007; CHECK: # %bb.0: # %entry
Andrew V. Tischenko9108ae22017-04-27 10:20:35 +00008; 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