File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2
2
; ## Full FP32x2 support enabled by default.
3
- ; RUN: llc < %s -mtriple=nvptx64-nvidia-cuda -mcpu=sm_100 \
4
- ; RUN: -O0 -disable-post-ra -frame-pointer=all -verify-machineinstrs \
3
+ ; RUN: llc < %s -mtriple=nvptx64-nvidia-cuda -mcpu=sm_100 \
4
+ ; RUN: -O0 -disable-post-ra -frame-pointer=all -verify-machineinstrs \
5
5
; RUN: | FileCheck --check-prefixes=CHECK %s
6
6
; RUN: %if ptxas %{ \
7
7
; RUN: llc < %s -mtriple=nvptx64-nvidia-cuda -mcpu=sm_100 \
8
8
; RUN: -O0 -disable-post-ra -frame-pointer=all -verify-machineinstrs \
9
9
; RUN: | %ptxas-verify -arch=sm_100 \
10
10
; RUN: %}
11
+ ; RUN: llc < %s -mtriple=nvptx64-nvidia-cuda -mcpu=sm_100 \
12
+ ; RUN: -O3 -verify-machineinstrs \
13
+ ; RUN: | FileCheck --check-prefixes=CHECK-O3 %s
14
+ ; RUN: %if ptxas %{ \
15
+ ; RUN: llc < %s -mtriple=nvptx64-nvidia-cuda -mcpu=sm_100 \
16
+ ; RUN: -O3 -disable-post-ra -frame-pointer=all -verify-machineinstrs \
17
+ ; RUN: | %ptxas-verify -arch=sm_100 \
18
+ ; RUN: %}
11
19
12
20
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
13
21
target triple = "nvptx64-nvidia-cuda"
You can’t perform that action at this time.
0 commit comments