[llvm] 22fdbd0 - [Powerpc] add triple for new added qpx test case - NFC

Chen Zheng via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 28 02:32:23 PDT 2020


Author: Chen Zheng
Date: 2020-04-28T05:32:10-04:00
New Revision: 22fdbd01a39201ea8a339916a0ef1e851a9813ce

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

LOG: [Powerpc] add triple for new added qpx test case - NFC

Added: 
    

Modified: 
    llvm/test/CodeGen/PowerPC/qpx-qvfmadd.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/PowerPC/qpx-qvfmadd.ll b/llvm/test/CodeGen/PowerPC/qpx-qvfmadd.ll
index 9ce295f6be4b..99ae6d095d06 100644
--- a/llvm/test/CodeGen/PowerPC/qpx-qvfmadd.ll
+++ b/llvm/test/CodeGen/PowerPC/qpx-qvfmadd.ll
@@ -1,4 +1,5 @@
 ; RUN: llc -verify-machineinstrs -stop-after=finalize-isel < %s -mcpu=a2q | FileCheck %s
+target triple = "powerpc64-bgq-linux"
 
 define <2 x double> @test_qvfmadd(<2 x double> %0, <2 x double> %1, <2 x double> %2) {
 ; CHECK: test_qvfmadd


        


More information about the llvm-commits mailing list