brintos

brintos / llvm-project-archived public Read only

0
0
Text · 765 B · c4a9764 Raw
22 lines · plain
1# RUN: llc -run-pass=aarch64-expand-pseudo -mtriple=aarch64-unknown-linux-gnu -o - %s | FileCheck %s2 3---4# CHECK-LABEL:  name: test5# CHECK-LABEL:  bb.0:6# CHECK:          $w5 = SUBSWrs renamable $w3, renamable $w2, 0, implicit-def dead $nzcv, debug-instr-number 17# CHECK-NEXT:     $w6 = SUBSWrs renamable $w5, renamable $w3, 0, implicit-def $nzcv, debug-instr-number 28# CHECK-NEXT:     RET undef $lr9#10name:            test11alignment:       412tracksRegLiveness: true13body:             |14  bb.0:15    liveins: $w5, $w6, $x2, $x316 17    renamable $w5 = nsw SUBSWrr renamable $w3, renamable $w2, implicit-def dead $nzcv, debug-instr-number 118    renamable $w6 = nsw SUBSWrr renamable $w5, renamable $w3, implicit-def $nzcv, debug-instr-number 219    RET_ReallyLR20 21...22