Revert "[Reassociate] As the expression tree is rewritten make sure the operands...
authorChad Rosier <mcrosier@codeaurora.org>
Wed, 19 Nov 2014 23:21:20 +0000 (23:21 +0000)
committerChad Rosier <mcrosier@codeaurora.org>
Wed, 19 Nov 2014 23:21:20 +0000 (23:21 +0000)
commit503ec9826cd4677e0cc1d52896a2bbdd18befc20
treea7c0b20ea4f8b1c1a9e31f7243620bc5a419f26f
parentfb1c650fd0b497a4b742615ed46a040f769c476a
Revert "[Reassociate] As the expression tree is rewritten make sure the operands are"

This reverts commit r222142.  This is causing/exposing an execution-time regression
in spec2006/gcc and coremark on AArch64/A57/Ofast.

Conflicts:

test/Transforms/Reassociate/optional-flags.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222398 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
lib/Transforms/Scalar/Reassociate.cpp
test/Transforms/Reassociate/2002-05-15-MissedTree.ll
test/Transforms/Reassociate/2002-05-15-SubReassociate.ll
test/Transforms/Reassociate/basictest.ll
test/Transforms/Reassociate/canonicalize-neg-const.ll
test/Transforms/Reassociate/commute.ll
test/Transforms/Reassociate/fast-SubReassociate.ll
test/Transforms/Reassociate/fast-basictest.ll
test/Transforms/Reassociate/fast-fp-commute.ll
test/Transforms/Reassociate/fast-multistep.ll
test/Transforms/Reassociate/mixed-fast-nonfast-fp.ll
test/Transforms/Reassociate/multistep.ll
test/Transforms/Reassociate/no-op.ll
test/Transforms/Reassociate/optional-flags.ll
test/Transforms/Reassociate/shift-factor.ll
test/Transforms/Reassociate/subtest.ll
test/Transforms/Reassociate/xor_reassoc.ll