brintos

brintos / llvm-project-archived public Read only

0
0
Text · 206 B · 4491413 Raw
7 lines · plain
1; RUN: llc < %s -mtriple=thumbv7-apple-darwin -frame-pointer=none | not grep mov2; RUN: llc < %s -mtriple=thumbv7-linux -frame-pointer=none | not grep mov3 4define void @t() nounwind readnone {5  ret void6}7