[SCEV] Call `StrengthenNoWrapFlags` after `GroupByComplexity`; NFCI
authorSanjoy Das <sanjoy@playingwithpointers.com>
Fri, 9 Oct 2015 02:44:45 +0000 (02:44 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Fri, 9 Oct 2015 02:44:45 +0000 (02:44 +0000)
commit7875288f55475c11f14ac962cbf20033f0700a53
tree92a095f8715ee8ec295c62c24ae128a7f8580d25
parentd1e38a6283aba93ce7a2ddb89e7c9315479d4a96
[SCEV] Call `StrengthenNoWrapFlags` after `GroupByComplexity`; NFCI

The current implementation of `StrengthenNoWrapFlags` is agnostic to the
order of `Ops`, so this commit should not change anything semantic.  An
upcoming change will make `StrengthenNoWrapFlags` sensitive to the order
of `Ops`.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249802 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ScalarEvolution.cpp