]> granicus.if.org Git - llvm/commit
[SelectionDAG] Tidyup UDIV computeKnownBits implementation
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 28 Oct 2016 13:42:23 +0000 (13:42 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 28 Oct 2016 13:42:23 +0000 (13:42 +0000)
commit7117050551ff233fd2fa7d8688bb50e50a6c1f85
treeaaca33e555c48c01c9ee65a45e0b03e22d0536b9
parentf59b437f45664b0d027a03230ec8bb8a63279333
[SelectionDAG] Tidyup UDIV computeKnownBits implementation

No need to clear KnownOne2/KnownZero2 bits as the next call to computeKnownBits will overwrite them anyway

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285398 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAG.cpp