Commit 3df9c415 authored by Bill Schmidt's avatar Bill Schmidt
Browse files

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.

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

llvm-svn: 214820
parent 8338208a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
; 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.