[llvm] b8a616e - [AMDGPU] Fixed the test by adding the triple.

Christudasan Devadasan via llvm-commits llvm-commits at lists.llvm.org
Tue May 5 11:44:21 PDT 2020


Author: Christudasan Devadasan
Date: 2020-05-06T00:14:01+05:30
New Revision: b8a616ec59f8c103b85d771757e13b89bd244f32

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

LOG: [AMDGPU] Fixed the test by adding the triple.

Added: 
    

Modified: 
    llvm/test/CodeGen/AMDGPU/vgpr-tuple-allocation.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AMDGPU/vgpr-tuple-allocation.ll b/llvm/test/CodeGen/AMDGPU/vgpr-tuple-allocation.ll
index 48afd32ade67..c6f2ec5f3e34 100644
--- a/llvm/test/CodeGen/AMDGPU/vgpr-tuple-allocation.ll
+++ b/llvm/test/CodeGen/AMDGPU/vgpr-tuple-allocation.ll
@@ -1,5 +1,5 @@
-; RUN: llc -march=amdgcn -mcpu=gfx900 -verify-machineinstrs < %s | FileCheck -check-prefixes=GFX9 %s
-; RUN: llc -march=amdgcn -mcpu=gfx1010 -verify-machineinstrs < %s | FileCheck -check-prefixes=GFX10 %s
+; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -verify-machineinstrs < %s | FileCheck -check-prefixes=GFX9 %s
+; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1010 -verify-machineinstrs < %s | FileCheck -check-prefixes=GFX10 %s
 
 declare void @extern_func()
 


        


More information about the llvm-commits mailing list