16 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 62; RUN: llc < %s -mtriple=nvptx64 -mcpu=sm_70 -mattr=+ptx75 | FileCheck --check-prefixes=CHECK %s3; RUN: %if ptxas-sm_70 && ptxas-isa-7.5 %{ llc < %s -mtriple=nvptx64 -mcpu=sm_70 -mattr=+ptx75 | %ptxas-verify -arch=sm_70 %}4 5define void @test_nvvm_fence_proxy_alias() {6; CHECK-LABEL: test_nvvm_fence_proxy_alias(7; CHECK: {8; CHECK-EMPTY:9; CHECK-EMPTY:10; CHECK-NEXT: // %bb.0:11; CHECK-NEXT: fence.proxy.alias;12; CHECK-NEXT: ret;13 call void @llvm.nvvm.fence.proxy.alias()14 ret void15}16