brintos

brintos / llvm-project-archived public Read only

0
0
Text · 322 B · 5b91a5f Raw
12 lines · plain
1; RUN: llc < %s -mtriple=thumbv7-apple-darwin | FileCheck %s2; Radar 8724703: Make sure that a t2ADDrSPi instruction with SP as the3; destination register is narrowed to tADDspi instead of tADDrSPi.4 5define void @test() nounwind {6entry:7; CHECK: sub.w8; CHECK: add.w9  %Buffer.i = alloca [512 x i8], align 410  ret void11}12