[llvm] [NVPTX] Address warning and typo in fp128 support (PR #136207)

Alex MacLean via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 17 14:42:23 PDT 2025


https://github.com/AlexMaclean updated https://github.com/llvm/llvm-project/pull/136207

>From 3509f9050fff55ceb4facbae33d0b7feeb7af9ee Mon Sep 17 00:00:00 2001
From: Alex Maclean <amaclean at nvidia.com>
Date: Thu, 17 Apr 2025 21:39:20 +0000
Subject: [PATCH] [NVPTX] Address warning and typo in fp128 support

---
 llvm/test/CodeGen/NVPTX/fp128-storage-type.ll | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/test/CodeGen/NVPTX/fp128-storage-type.ll b/llvm/test/CodeGen/NVPTX/fp128-storage-type.ll
index 5b96f4978a7cb..9a16c11300c70 100644
--- a/llvm/test/CodeGen/NVPTX/fp128-storage-type.ll
+++ b/llvm/test/CodeGen/NVPTX/fp128-storage-type.ll
@@ -1,6 +1,6 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
 ; RUN: llc < %s -mcpu=sm_20 | FileCheck %s
-; RUN: %if ptxas %{ llc < %s-mcpu=sm_20 | %ptxas-verify %}
+; RUN: %if ptxas %{ llc < %s -mcpu=sm_20 | %ptxas-verify %}
 
 target triple = "nvptx64-unknown-cuda"
 



More information about the llvm-commits mailing list