17 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc -mtriple=m68k-linux < %s -verify-machineinstrs | FileCheck %s3 4define i32 @test1(i32 %x) {5; CHECK-LABEL: test1:6; CHECK: .cfi_startproc7; CHECK-NEXT: ; %bb.0:8; CHECK-NEXT: move.l (4,%sp), %d19; CHECK-NEXT: eori.l #31, %d110; CHECK-NEXT: moveq #32, %d011; CHECK-NEXT: sub.l %d1, %d012; CHECK-NEXT: rts13 %xor = xor i32 %x, 3114 %sub = sub i32 32, %xor15 ret i32 %sub16}17