brintos

brintos / llvm-project-archived public Read only

0
0
Text · 715 B · 93896f6 Raw
24 lines · plain
1# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py2# RUN: llc -O0 -mtriple=mipsel-linux-gnu -run-pass=regbankselect -verify-machineinstrs %s -o - | FileCheck %s -check-prefixes=MIPS323---4name:            ctlz_i325alignment:       46legalized:       true7tracksRegLiveness: true8body:             |9  bb.1.entry:10    liveins: $a011 12    ; MIPS32-LABEL: name: ctlz_i3213    ; MIPS32: liveins: $a014    ; MIPS32: [[COPY:%[0-9]+]]:gprb(s32) = COPY $a015    ; MIPS32: [[CTLZ:%[0-9]+]]:gprb(s32) = G_CTLZ [[COPY]](s32)16    ; MIPS32: $v0 = COPY [[CTLZ]](s32)17    ; MIPS32: RetRA implicit $v018    %0:_(s32) = COPY $a019    %1:_(s32) = G_CTLZ %0(s32)20    $v0 = COPY %1(s32)21    RetRA implicit $v022 23...24