]> granicus.if.org Git - llvm/commit
[SCEVExpander] Don't hoist divisions
authorSanjoy Das <sanjoy@playingwithpointers.com>
Thu, 10 Nov 2016 07:56:09 +0000 (07:56 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Thu, 10 Nov 2016 07:56:09 +0000 (07:56 +0000)
commitea50f98cadf8f4d56c293e52bde704f58d7502ee
tree0750eb5e23e5959607ec2fa12137bc69e53fa247
parent32c88043afeb991065624d77ae687c07fdf9abbc
[SCEVExpander] Don't hoist divisions

Fixes PR30942.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286437 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ScalarEvolutionExpander.cpp
unittests/Analysis/ScalarEvolutionTest.cpp