summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2013-04-18 22:54:25 +0000
committerHal Finkel <hfinkel@anl.gov>2013-04-18 22:54:25 +0000
commit4029c3feed5c9a5b0793e3da140ecaabef19e3fe (patch)
treea3612693471961fbbc1ccb3a6175fe628cc55d68 /test/CodeGen/PowerPC
parent88eb89b89f9426feb7be9b19d1a664b37c590bdb (diff)
downloadllvm-4029c3feed5c9a5b0793e3da140ecaabef19e3fe.tar.gz
llvm-4029c3feed5c9a5b0793e3da140ecaabef19e3fe.tar.bz2
llvm-4029c3feed5c9a5b0793e3da140ecaabef19e3fe.tar.xz
Disable PPC comparison optimization by default
This seems to cause a stage-2 LLVM compile failure (by crashing TableGen); do I'm disabling this for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179807 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC')
-rw-r--r--test/CodeGen/PowerPC/optcmp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/optcmp.ll b/test/CodeGen/PowerPC/optcmp.ll
index 6d1f90637b..d348541dc5 100644
--- a/test/CodeGen/PowerPC/optcmp.ll
+++ b/test/CodeGen/PowerPC/optcmp.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=powerpc64-unknown-linux-gnu -mcpu=a2 | FileCheck %s
+; RUN: llc < %s -mtriple=powerpc64-unknown-linux-gnu -mcpu=a2 -disable-ppc-cmp-opt=0 | FileCheck %s
target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f128:128:128-v128:128:128-n32:64"
target triple = "powerpc64-unknown-linux-gnu"