1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2 # RUN: llc -O0 -mtriple=mipsel-linux-gnu -run-pass=regbankselect -verify-machineinstrs %s -o - | FileCheck %s -check-prefixes=MIPS32
7 tracksRegLiveness: true
12 ; MIPS32-LABEL: name: ctlz_i32
13 ; MIPS32: liveins: $a0
14 ; MIPS32: [[COPY:%[0-9]+]]:gprb(s32) = COPY $a0
15 ; MIPS32: [[CTLZ:%[0-9]+]]:gprb(s32) = G_CTLZ [[COPY]](s32)
16 ; MIPS32: $v0 = COPY [[CTLZ]](s32)
17 ; MIPS32: RetRA implicit $v0
19 %1:_(s32) = G_CTLZ %0(s32)