; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | \ ; RUN: grep mul | count 2 <4 x float> %test(<4 x float> %V) { %Y = mul <4 x float> %V, %Z = mul <4 x float> %Y, ret <4 x float> %Z }