23 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=i686-unknown-unknown | FileCheck %s --check-prefix=X863; RUN: llc < %s -mtriple=x86_64-unknown-unknown | FileCheck %s --check-prefix=X644 5define void @PR36250() nounwind {6; X86-LABEL: PR36250:7; X86: # %bb.0:8; X86-NEXT: cmpl $0, (%eax)9; X86-NEXT: sete (%eax)10; X86-NEXT: retl11;12; X64-LABEL: PR36250:13; X64: # %bb.0:14; X64-NEXT: cmpq $0, (%rax)15; X64-NEXT: sete (%rax)16; X64-NEXT: retq17 %1 = load i448, ptr undef18 %2 = sub i448 0, %119 %3 = icmp eq i448 %1, %220 store i1 %3, ptr undef21 ret void22}23