diff options
| author | Chad Rosier <mcrosier@codeaurora.org> | 2014-11-14 17:05:59 +0000 |
|---|---|---|
| committer | Chad Rosier <mcrosier@codeaurora.org> | 2014-11-14 17:05:59 +0000 |
| commit | f8b55f1bc5aa5278716a77bcd02915e0d1e757ab (patch) | |
| tree | 19f9b35dcb7805e471d6805d3a50375dae1f3509 /llvm/test/Transforms/Reassociate/2006-04-27-ReassociateVector.ll | |
| parent | 477e42a6fb199f61c6299851064ef18f15b86815 (diff) | |
| download | bcm5719-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.ll | 2 |
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 |

