[llvm] r182049 - Fix cpu on test CodeGen/PowerPC/ctrloop-fp64.ll
Hal Finkel
hfinkel at anl.gov
Thu May 16 13:28:05 PDT 2013
Author: hfinkel
Date: Thu May 16 15:28:05 2013
New Revision: 182049
URL: http://llvm.org/viewvc/llvm-project?rev=182049&view=rev
Log:
Fix cpu on test CodeGen/PowerPC/ctrloop-fp64.ll
We need ppc instead of generic to override native features on ppc machines.
Modified:
llvm/trunk/test/CodeGen/PowerPC/ctrloop-fp64.ll
Modified: llvm/trunk/test/CodeGen/PowerPC/ctrloop-fp64.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/ctrloop-fp64.ll?rev=182049&r1=182048&r2=182049&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/ctrloop-fp64.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/ctrloop-fp64.ll Thu May 16 15:28:05 2013
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mcpu=generic | FileCheck %s
+; RUN: llc < %s -mcpu=ppc | FileCheck %s
target datalayout = "E-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v128:128:128-n32"
target triple = "powerpc-unknown-linux-gnu"
More information about the llvm-commits
mailing list