summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Reassociate/2006-04-27-ReassociateVector.ll
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@codeaurora.org>2014-11-14 17:05:59 +0000
committerChad Rosier <mcrosier@codeaurora.org>2014-11-14 17:05:59 +0000
commitf8b55f1bc5aa5278716a77bcd02915e0d1e757ab (patch)
tree19f9b35dcb7805e471d6805d3a50375dae1f3509 /llvm/test/Transforms/Reassociate/2006-04-27-ReassociateVector.ll
parent477e42a6fb199f61c6299851064ef18f15b86815 (diff)
downloadbcm5719-llvm-f8b55f1bc5aa5278716a77bcd02915e0d1e757ab.tar.gz
bcm5719-llvm-f8b55f1bc5aa5278716a77bcd02915e0d1e757ab.zip
[Reassociate] Canonicalize constants to RHS operand.
llvm-svn: 222005
Diffstat (limited to 'llvm/test/Transforms/Reassociate/2006-04-27-ReassociateVector.ll')
-rw-r--r--llvm/test/Transforms/Reassociate/2006-04-27-ReassociateVector.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/Reassociate/2006-04-27-ReassociateVector.ll b/llvm/test/Transforms/Reassociate/2006-04-27-ReassociateVector.ll
index f7839554002..ea869842b18 100644
--- a/llvm/test/Transforms/Reassociate/2006-04-27-ReassociateVector.ll
+++ b/llvm/test/Transforms/Reassociate/2006-04-27-ReassociateVector.ll
@@ -3,7 +3,7 @@
define <4 x float> @test1() {
; CHECK-LABEL: test1
; CHECK-NEXT: %tmp1 = fsub <4 x float> zeroinitializer, zeroinitializer
-; CHECK-NEXT: %tmp2 = fmul <4 x float> zeroinitializer, %tmp1
+; CHECK-NEXT: %tmp2 = fmul <4 x float> %tmp1, zeroinitializer
; CHECK-NEXT: ret <4 x float> %tmp2
%tmp1 = fsub <4 x float> zeroinitializer, zeroinitializer
OpenPOWER on IntegriCloud