summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/itofp128.ll
diff options
context:
space:
mode:
authorKit Barton <kbarton@ca.ibm.com>2018-08-28 01:18:29 +0000
committerKit Barton <kbarton@ca.ibm.com>2018-08-28 01:18:29 +0000
commit7c80f98b69a6a9ad027a3f4bfda073958141d977 (patch)
treeb00608f900c4cc4e9a8571ed3092baaedb5c19c9 /llvm/test/CodeGen/PowerPC/itofp128.ll
parent7d30653259ea08b06945239c2124d13a7401ee53 (diff)
downloadbcm5719-llvm-7c80f98b69a6a9ad027a3f4bfda073958141d977.tar.gz
bcm5719-llvm-7c80f98b69a6a9ad027a3f4bfda073958141d977.zip
[PPC] Remove Darwin support from POWER backend.
This patch issues an error message if Darwin ABI is attempted with the PPC backend. It also cleans up existing test cases, either converting the test to use an alternative triple or removing the test if the coverage is no longer needed. Updated Tests ------------- The majority of test cases were updated to use a different triple that does not include the Darwin ABI. Many tests were also updated to use FileCheck, in place of grep. Deleted Tests ------------- llvm/test/tools/dsymutil/PowerPC/sibling.test was originally added to test specific functionality of dsymutil using an object file created with an old version of llvm-gcc for a Powerbook G4. After a discussion with @JDevlieghere he suggested removing the test. llvm/test/CodeGen/PowerPC/combine_loads_from_build_pair.ll was converted from a PPC test to a SystemZ test, as the behavior is also reproducible there. All other tests that were deleted were specific to the darwin/ppc ABI and no longer necessary. Phabricator Review: https://reviews.llvm.org/D50988 llvm-svn: 340795
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/itofp128.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/itofp128.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/itofp128.ll b/llvm/test/CodeGen/PowerPC/itofp128.ll
index 1336ba7c626..851688c4c52 100644
--- a/llvm/test/CodeGen/PowerPC/itofp128.ll
+++ b/llvm/test/CodeGen/PowerPC/itofp128.ll
@@ -1,7 +1,7 @@
; RUN: llc -verify-machineinstrs < %s
target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f128:64:128"
-target triple = "powerpc64-apple-darwin9.2.0"
+target triple = "powerpc64-unknown-linux-gnu.2.0"
define i128 @__fixunstfti(ppc_fp128 %a) nounwind {
entry:
OpenPOWER on IntegriCloud