- Add support for 6-, 12-, and 18-bit limited precision floating-point "log"
authorBill Wendling <isanbard@gmail.com>
Tue, 9 Sep 2008 20:39:27 +0000 (20:39 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 9 Sep 2008 20:39:27 +0000 (20:39 +0000)
commit3915025a4fb6add2e787013b54c1552ede388c17
treeda75338d73d48414c5865fe41db2cfc91bfe5492
parent55302169891f136b72706aee31eebeb308398ad2
- Add support for 6-, 12-, and 18-bit limited precision floating-point "log"
  values.
- Refactored some of the code.

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