Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / NVPTX / wmma-ptx61-sm70.py
blob20ddfc85ec6e43c08eb28a05e1ba77eb4156d5e1
1 # Check all variants of instructions supported by PTX61 on SM70
2 # RUN: %python %s --ptx=61 --gpu-arch=70 > %t-ptx61-sm_70.ll
3 # RUN: FileCheck %t-ptx61-sm_70.ll < %t-ptx61-sm_70.ll \
4 # RUN: --check-prefixes=INTRINSICS,M16N16,EXTGEOM
5 # RUN: FileCheck %t-ptx61-sm_70.ll < %t-ptx61-sm_70.ll \
6 # RUN: --check-prefixes=INTRINSICS,NOINT,NOSUBINT,NOMMA,NODOUBLE,NOALTFLOAT,NOLDMATRIX
7 # RUN: llc < %t-ptx61-sm_70.ll -march=nvptx64 -mcpu=sm_70 -mattr=+ptx61 \
8 # RUN: | FileCheck %t-ptx61-sm_70.ll
9 # RUN: %if ptxas-9.1 %{ \
10 # RUN: llc < %t-ptx61-sm_70.ll -march=nvptx64 -mcpu=sm_70 -mattr=+ptx61 \
11 # RUN: | %ptxas-verify -arch=sm_70 \
12 # RUN: %}
14 import wmma
16 wmma.main()