[flang][cuda] Allow DO CONCURRENT in cuf kernel (#124190)
[llvm-project.git] / llvm / test / CodeGen / Hexagon / addrspacecast-crash.ll
blobce197bdeea1f3892e1064d1e324797229e9d5b49
1 ; Tests if addrspacecast is handled in Hexagon backend
3 ; REQUIRES: asserts
5 ; RUN: llc -march=hexagon %s -o /dev/null
7 define double @f(ptr %G, ptr %x) {
8 BB:
9   %Castaddrspacecast = addrspacecast ptr %x to ptr addrspace(1)
10   store ptr addrspace(1) %Castaddrspacecast, ptr %G, align 8
11   ret double 0.000000e+00