1 ; RUN: llc -verify-machineinstrs -mcpu=pwr6 -mattr=+altivec < %s
3 target datalayout = "e-m:e-i64:64-n32:64"
4 target triple = "powerpc64le-unknown-linux-gnu"
6 ; Common code used to replace the urem by a mulhu, and compilation would
7 ; then crash since mulhu isn't supported on vector types.
9 define <4 x i32> @test(<4 x i32> %x) {
11 %0 = urem <4 x i32> %x, <i32 2147483647, i32 2147483647, i32 2147483647, i32 2147483647>