Add support for floating-point calculations of log2 with limited precisions of 6
authorBill Wendling <isanbard@gmail.com>
Tue, 9 Sep 2008 00:28:24 +0000 (00:28 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 9 Sep 2008 00:28:24 +0000 (00:28 +0000)
commit3eb594013f666d6af9f943df5fb6ac4d902debee
treece68b74625edbc816734a50c751afd3464f64af1
parent2379089a6ee44934aa128df69297a2f613954e40
Add support for floating-point calculations of log2 with limited precisions of 6
and 18.

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