Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / ARM / addrspacecast.ll
blob950c3c4452a49b77060cb0e7124eaf8eae6d8962
1 ; RUN: llc -mtriple=arm-eabi %s -o /dev/null
3 ; Check that codegen for an addrspace cast succeeds without error.
4 define <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)> %1