1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib/CodeGen/SelectionDAG
Nate Begeman ed49a51836 Fix bug 537 test 2, which checks to make sure that we fold A+(B-A) -> B for
integer types.  Add a couple checks to not perform these kinds of transform
on floating point values.

llvm-svn: 22228
2005-06-16 07:06:03 +00:00
..
LegalizeDAG.cpp allow token chain at start or end of node 2005-05-14 08:34:53 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
SelectionDAG.cpp Fix bug 537 test 2, which checks to make sure that we fold A+(B-A) -> B for 2005-06-16 07:06:03 +00:00
SelectionDAGISel.cpp Fix construction of ioport intrinsics, fixing X86/io.llx and io-port.llx 2005-05-14 13:56:55 +00:00
SelectionDAGPrinter.cpp Print SrcValue nodes correctly 2005-05-09 04:08:27 +00:00