llvm-6502/test
Meador Inge 2920a71663 instcombine: Migrate math library call simplifications
This patch migrates the math library call simplifications from the
simplify-libcalls pass into the instcombine library call simplifier.

I have typically migrated just one simplifier at a time, but the math
simplifiers are interdependent because:

   1. CosOpt, PowOpt, and Exp2Opt all depend on UnaryDoubleFPOpt.
   2. CosOpt, PowOpt, Exp2Opt, and UnaryDoubleFPOpt all depend on
      the option -enable-double-float-shrink.

These two factors made migrating each of these simplifiers individually
more of a pain than it would be worth.  So, I migrated them all together.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167815 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-13 04:16:17 +00:00
..
Analysis CostModel: add another known vector trunc optimization. 2012-11-06 21:17:17 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Use the 'count' attribute instead of the 'upper_bound' attribute. 2012-11-13 02:31:47 +00:00
DebugInfo Add a relocation visitor to lib object. This works via caching relocated 2012-11-07 23:22:07 +00:00
ExecutionEngine
Feature
Instrumentation tsan: switch to new memory_order constants (ABI compatible) 2012-11-09 14:12:16 +00:00
Integer
Linker
MC Convert an improper CodeGen test to a MC test. 2012-11-10 04:30:40 +00:00
Object
Other Update test case for r167754/r167755. 2012-11-12 21:51:08 +00:00
Scripts
TableGen
Transforms instcombine: Migrate math library call simplifications 2012-11-13 04:16:17 +00:00
Unit
Verifier
YAMLParser
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh