You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
460 B
14 lines
460 B
# RUN: llc -mtriple=arm-eabi -O1 -run-pass=machine-cp %s -o - \
|
|
# RUN: -verify-machineinstrs -simplify-mir | FileCheck %s
|
|
|
|
name: h
|
|
body: |
|
|
bb.0:
|
|
|
|
dead renamable $r9, renamable $r0 = UMULL renamable $lr, killed renamable $r0, 14 /* CC::al */, $noreg, $noreg
|
|
|
|
; CHECK: dead renamable $r9, renamable $r0 = UMULL renamable $lr, killed renamable $r0, 14 /* CC::al */, $noreg, $noreg
|
|
|
|
renamable $r9 = COPY killed renamable $r0
|
|
...
|