1*b0785cd1SSerge Pavlov# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 4 2*b0785cd1SSerge Pavlov# RUN: llc -mtriple arm-- -mattr=+v6 -run-pass=instruction-select -verify-machineinstrs %s -o - | FileCheck %s 3*b0785cd1SSerge Pavlov 4*b0785cd1SSerge Pavlov--- 5*b0785cd1SSerge Pavlovname: get_inverted 6*b0785cd1SSerge Pavlovlegalized: true 7*b0785cd1SSerge PavlovregBankSelected: true 8*b0785cd1SSerge Pavlovselected: false 9*b0785cd1SSerge PavlovtracksRegLiveness: true 10*b0785cd1SSerge Pavlovregisters: 11*b0785cd1SSerge Pavlov - { id: 0, class: gprb } 12*b0785cd1SSerge Pavlovbody: | 13*b0785cd1SSerge Pavlov bb.0: 14*b0785cd1SSerge Pavlov liveins: $r0 15*b0785cd1SSerge Pavlov ; CHECK-LABEL: name: get_inverted 16*b0785cd1SSerge Pavlov ; CHECK: liveins: $r0 17*b0785cd1SSerge Pavlov ; CHECK-NEXT: {{ $}} 18*b0785cd1SSerge Pavlov ; CHECK-NEXT: [[MVNi:%[0-9]+]]:gpr = MVNi 0, 14 /* CC::al */, $noreg, $noreg 19*b0785cd1SSerge Pavlov ; CHECK-NEXT: $r0 = COPY [[MVNi]] 20*b0785cd1SSerge Pavlov ; CHECK-NEXT: MOVPCLR 14 /* CC::al */, $noreg, implicit $r0 21*b0785cd1SSerge Pavlov %0:gprb(s32) = G_CONSTANT i32 -1 22*b0785cd1SSerge Pavlov $r0 = COPY %0(s32) 23*b0785cd1SSerge Pavlov MOVPCLR 14 /* CC::al */, $noreg, implicit $r0 24*b0785cd1SSerge Pavlov 25*b0785cd1SSerge Pavlov... 26