brintos

brintos / llvm-project-archived public Read only

0
0
Text · 725 B · 165e5bd Raw
25 lines · plain
1# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py2# RUN: llc -O0 -mtriple=mipsel-linux-gnu -run-pass=instruction-select -verify-machineinstrs %s -o - | FileCheck %s -check-prefixes=MIPS323---4name:            ctlz_i325alignment:       46legalized:       true7regBankSelected: true8tracksRegLiveness: true9body:             |10  bb.1.entry:11    liveins: $a012 13    ; MIPS32-LABEL: name: ctlz_i3214    ; MIPS32: liveins: $a015    ; MIPS32: [[COPY:%[0-9]+]]:gpr32 = COPY $a016    ; MIPS32: [[CLZ:%[0-9]+]]:gpr32 = CLZ [[COPY]]17    ; MIPS32: $v0 = COPY [[CLZ]]18    ; MIPS32: RetRA implicit $v019    %0:gprb(s32) = COPY $a020    %1:gprb(s32) = G_CTLZ %0(s32)21    $v0 = COPY %1(s32)22    RetRA implicit $v023 24...25