brintos

brintos / llvm-project-archived public Read only

0
0
Text · 257 B · 950c3c4 Raw
8 lines · plain
1; RUN: llc -mtriple=arm-eabi %s -o /dev/null2 3; Check that codegen for an addrspace cast succeeds without error.4define <4 x ptr addrspace(1)> @f (<4 x ptr> %x) {5  %1 = addrspacecast <4 x ptr> %x to <4 x ptr addrspace(1)>6  ret <4 x ptr addrspace(1)> %17}8