[llvm-branch-commits] [llvm-branch] r214820 - Merging r214721:

Bill Schmidt wschmidt at linux.vnet.ibm.com
Mon Aug 4 16:52:29 PDT 2014


Author: wschmidt
Date: Mon Aug  4 18:43:34 2014
New Revision: 214820

URL: http://llvm.org/viewvc/llvm-project?rev=214820&view=rev
Log:
Merging r214721:
------------------------------------------------------------------------
r214721 | uweigand | 2014-08-04 09:55:26 -0500 (Mon, 04 Aug 2014) | 4 lines

[PowerPC] Add target triple to vec_urem_const.ll test case

This should hopefully fix build bots on other architectures.

------------------------------------------------------------------------

Modified:
    llvm/branches/release_35/test/CodeGen/PowerPC/vec_urem_const.ll

Modified: llvm/branches/release_35/test/CodeGen/PowerPC/vec_urem_const.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_35/test/CodeGen/PowerPC/vec_urem_const.ll?rev=214820&r1=214819&r2=214820&view=diff
==============================================================================
--- llvm/branches/release_35/test/CodeGen/PowerPC/vec_urem_const.ll (original)
+++ llvm/branches/release_35/test/CodeGen/PowerPC/vec_urem_const.ll Mon Aug  4 18:43:34 2014
@@ -1,5 +1,8 @@
 ; RUN: llc -mcpu=pwr6 -mattr=+altivec < %s
 
+target datalayout = "e-m:e-i64:64-n32:64"
+target triple = "powerpc64le-unknown-linux-gnu"
+
 ; Common code used to replace the urem by a mulhu, and compilation would
 ; then crash since mulhu isn't supported on vector types.
 





More information about the llvm-branch-commits mailing list