llvm-6502/unittests/IR
Michael Ilseman faf4d59137 Use present fast-math flags when applicable in CreateBinOp
We were previously not adding fast-math flags through CreateBinOp()
when it happened to be making a floating point binary operator. This
patch updates it to do so similarly to directly calling CreateF*().



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196438 91177308-0d34-0410-b5e6-96231b3b80d8
2013-12-05 00:32:09 +00:00
..
AttributesTest.cpp
CMakeLists.txt
ConstantsTest.cpp
DominatorTreeTest.cpp Fix dominator descendants for unreachable blocks. 2013-12-02 14:08:27 +00:00
InstructionsTest.cpp
IRBuilderTest.cpp Use present fast-math flags when applicable in CreateBinOp 2013-12-05 00:32:09 +00:00
LegacyPassManagerTest.cpp [PM] Split the CallGraph out from the ModulePass which creates the 2013-11-26 04:19:30 +00:00
Makefile
MDBuilderTest.cpp
MetadataTest.cpp
PassManagerTest.cpp [PM] Complete the cross-layer interfaces with a Module-to-Function 2013-11-23 01:25:07 +00:00
PatternMatch.cpp
TypeBuilderTest.cpp
TypesTest.cpp
ValueMapTest.cpp
ValueTest.cpp
VerifierTest.cpp
WaymarkTest.cpp