brintos

brintos / llvm-project-archived public Read only

0
0
Text · 344 B · ab35e4f Raw
9 lines · plain
1; RUN: not llc < %s -mtriple=nvptx64 -mcpu=sm_90 -mattr=+ptx83 -o /dev/null 2>&1 | FileCheck %s2 3define void @test_fence_proxy_tensormap_generic_acquire(ptr addrspace(0) %addr) {4  ; CHECK: immarg value 130 out of range [128, 129)5  call void @llvm.nvvm.fence.proxy.tensormap_generic.acquire.cta(ptr addrspace(0) %addr, i32 130);6 7  ret void8}9