OSDN Git Service

Followup to r60283: optimize arbitrary width signed divisions as well
authorEli Friedman <eli.friedman@gmail.com>
Sun, 30 Nov 2008 06:35:39 +0000 (06:35 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sun, 30 Nov 2008 06:35:39 +0000 (06:35 +0000)
commitfc69cb475f3df50fb47c0cf8df90c2a77b7ff36a
tree0cd23908b33d99bf64eb8e7c936b42b6b512a53f
parent201c9776bd4197569b71fef0519f98a28d1db989
Followup to r60283: optimize arbitrary width signed divisions as well
as unsigned divisions.  Same caveats as before.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60284 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/TargetLowering.cpp
test/CodeGen/X86/2008-11-29-DivideConstant16bitSigned.ll [new file with mode: 0644]