File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
- ; RUN: llc < %s -march=nvptx64 -mcpu=sm_90 | FileCheck %s
1
+ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2
+ ; RUN: llc < %s -march=nvptx64 -mcpu=sm_80 | FileCheck -check-prefixes=CHECK80 %s
3
+ ; RUN: llc < %s -march=nvptx64 -mcpu=sm_90 | FileCheck -check-prefixes=CHECK90 %s
2
4
; RUN: %if ptxas-12.0 %{ llc < %s -march=nvptx64 -mcpu=sm_90 | %ptxas-verify -arch=sm_90 %}
3
5
4
- ; CHECK-LABEL: .entry kernel_func_clusterxyz
5
6
define void @kernel_func_clusterxyz () {
6
- ; CHECK: .explicitcluster
7
- ; CHECK: .reqnctapercluster 3, 5, 7
7
+ ; CHECK80-LABEL: kernel_func_clusterxyz(
8
+ ; CHECK80: {
9
+ ; CHECK80-EMPTY:
10
+ ; CHECK80-EMPTY:
11
+ ; CHECK80-NEXT: // %bb.0:
12
+ ; CHECK80-NEXT: ret;
13
+ ;
14
+ ; CHECK90-LABEL: kernel_func_clusterxyz(
15
+ ; CHECK90: .explicitcluster
16
+ ; CHECK90-NEXT: .reqnctapercluster 3, 5, 7
17
+ ; CHECK90-NEXT: {
18
+ ; CHECK90-EMPTY:
19
+ ; CHECK90-EMPTY:
20
+ ; CHECK90-NEXT: // %bb.0:
21
+ ; CHECK90-NEXT: ret;
8
22
ret void
9
23
}
10
24
You can’t perform that action at this time.
0 commit comments