summaryrefslogtreecommitdiff
path: root/test/Transforms/Reassociate/2006-04-27-ReassociateVector.ll
blob: 384cbc90a744c5981990b18877fc24e92503d8ee (plain)
1
2
3
4
5
6
7
8
; RUN: opt < %s -reassociate -disable-output

define void @foo() {
	%tmp162 = fsub <4 x float> zeroinitializer, zeroinitializer		; <<4 x float>> [#uses=1]
	%tmp164 = fmul <4 x float> zeroinitializer, %tmp162		; <<4 x float>> [#uses=0]
	ret void
}