1 ; Test 32-bit ANDs in which the second operand is variable.
3 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
5 ; Check that there are no spills.
6 define void @f1(ptr %src1, ptr %dest) {
10 %val = load <16 x i32>, ptr %src1, !tbaa !1
11 %add = add <16 x i32> %val, %val
12 %res = bitcast <16 x i32> %add to <16 x float>
13 store <16 x float> %res, ptr %dest, !tbaa !2