1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=m68k-linux -verify-machineinstrs | FileCheck %s
4 define i1 @t1(i64 %x) nounwind {
7 ; CHECK-NEXT: moveq #31, %d1
8 ; CHECK-NEXT: move.l (4,%sp), %d0
9 ; CHECK-NEXT: lsr.l %d1, %d0
10 ; CHECK-NEXT: ; kill: def $bd0 killed $bd0 killed $d0
12 %B = icmp slt i64 %x, 0
16 define i1 @t2(i64 %x) nounwind {
19 ; CHECK-NEXT: cmpi.l #0, (4,%sp)
22 %tmp = icmp ult i64 %x, 4294967296
26 define i1 @t3(i32 %x) nounwind {
29 ; CHECK-NEXT: moveq #0, %d0
31 %tmp = icmp ugt i32 %x, -1