[llvm] 93fab6e - [NVPTX] fix nvcl-param-align test triple

Mikhail Goncharov via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 16 05:16:12 PST 2024


Author: Mikhail Goncharov
Date: 2024-12-16T14:16:05+01:00
New Revision: 93fab6e362a3124af76c6e82f90ca1385aea6d1f

URL: https://github.com/llvm/llvm-project/commit/93fab6e362a3124af76c6e82f90ca1385aea6d1f
DIFF: https://github.com/llvm/llvm-project/commit/93fab6e362a3124af76c6e82f90ca1385aea6d1f.diff

LOG: [NVPTX] fix nvcl-param-align test triple

for b279f6b098d3849f7f1c1f539b108307d5f8ae2d

Added: 
    

Modified: 
    llvm/test/CodeGen/NVPTX/nvcl-param-align.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/NVPTX/nvcl-param-align.ll b/llvm/test/CodeGen/NVPTX/nvcl-param-align.ll
index 9491cb6346e7a7..acf72ef09d3aa7 100644
--- a/llvm/test/CodeGen/NVPTX/nvcl-param-align.ll
+++ b/llvm/test/CodeGen/NVPTX/nvcl-param-align.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -mtriple=nvptx64 -mcpu=sm_20 | FileCheck %s
-; RUN: %if ptxas %{ llc < %s -mtriple=nvptx64 -mcpu=sm_20 | %ptxas-verify %}
+; RUN: llc < %s -mtriple=nvptx64-nvidia-nvcl -mcpu=sm_20 | FileCheck %s
+; RUN: %if ptxas %{ llc < %s -mtriple=nvptx64-nvidia-nvcl -mcpu=sm_20 | %ptxas-verify %}
 
 target triple = "nvptx-unknown-nvcl"
 


        


More information about the llvm-commits mailing list