1 ; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-unknown-linux \
2 ; RUN: -mcpu=g5 < %s | FileCheck %s
4 ; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-unknown-freebsd \
5 ; RUN: -mcpu=g5 < %s | FileCheck %s
7 ; CHECK-LABEL: test_rol
12 define <4 x i32> @test_rol() {
13 ret <4 x i32> < i32 -11534337, i32 -11534337, i32 -11534337, i32 -11534337 >
16 ; CHECK-LABEL: test_arg
19 define <4 x i32> @test_arg(<4 x i32> %A, <4 x i32> %B) {
20 %C = add <4 x i32> %A, %B ; <<4 x i32>> [#uses=1]