1 # Check all variants of instructions supported by PTX64 on SM70+
2 # RUN: %python %s --ptx=64 --gpu-arch=70 > %t-ptx64-sm_70.ll
3 # RUN: FileCheck %t-ptx64-sm_70.ll < %t-ptx64-sm_70.ll \
4 # RUN: --check-prefixes=INTRINSICS,M16N16,EXTGEOM,MMA
5 # RUN: FileCheck %t-ptx64-sm_70.ll < %t-ptx64-sm_70.ll \
6 # RUN: --check-prefixes=INTRINSICS,NOINT,NOSUBINT,NODOUBLE,NOALTFLOAT,NOLDMATRIX
7 # RUN: llc < %t-ptx64-sm_70.ll -march=nvptx64 -mcpu=sm_70 -mattr=+ptx64 \
8 # RUN: | FileCheck %t-ptx64-sm_70.ll
9 # RUN: %if ptxas-10.1 %{ \
10 # RUN: llc < %t-ptx64-sm_70.ll -march=nvptx64 -mcpu=sm_70 -mattr=+ptx64 \
11 # RUN: | %ptxas-verify -arch=sm_70 \