brintos

brintos / llvm-project-archived public Read only

0
0
Text · 280 B · a2cc17b Raw
14 lines · plain
1; RUN: llc < %s -mtriple=thumbv7-apple-darwin -mattr=+thumb2 | FileCheck %s2 3@b = external global ptr4 5define i64 @t(i64 %a) nounwind readonly {6entry:7; CHECK: ldrd8; CHECK: umull9	%0 = load ptr, ptr @b, align 410	%1 = load i64, ptr %0, align 411	%2 = mul i64 %1, %a12	ret i64 %213}14