brintos

brintos / llvm-project-archived public Read only

0
0
Text · 182 B · a52b3fa Raw
8 lines · plain
1; RUN: llc -mtriple=arm-eabi -mattr=+v6 %s -o /dev/null2 3define void @test(ptr %x) nounwind {4entry:5	call void asm sideeffect "pld\09${0:a}", "r,~{cc}"(ptr %x) nounwind6	ret void7}8