Skip to content

Commit 3509f90

Browse files
committed
[NVPTX] Address warning and typo in fp128 support
1 parent 209d8c8 commit 3509f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/NVPTX/fp128-storage-type.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
22
; RUN: llc < %s -mcpu=sm_20 | FileCheck %s
3-
; RUN: %if ptxas %{ llc < %s-mcpu=sm_20 | %ptxas-verify %}
3+
; RUN: %if ptxas %{ llc < %s -mcpu=sm_20 | %ptxas-verify %}
44

55
target triple = "nvptx64-unknown-cuda"
66

0 commit comments

Comments
 (0)