brintos

brintos / llvm-project-archived public Read only

0
0
Text · 184 B · ca6df7c Raw
11 lines · plain
1; RUN: llc -mtriple=thumb-eabi %s -o - | FileCheck %s2 3define i32 @a(i32 %x, i32 %y) nounwind readnone {4entry:5	%mul = mul i32 %y, %x		; <i32> [#uses=1]6	ret i32 %mul7}8 9; CHECK: r010 11