1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 22:42:46 +02:00
llvm-mirror/lib/CodeGen/SelectionDAG
Nate Begeman 626c46f8d9 Fix some code in the current node combining code, spotted when it was moved
over to DAGCombiner.cpp

1. Don't assume that SetCC returns i1 when folding (xor (setcc) constant)
2. Don't duplicate code in folding AND with AssertZext that is handled by
   MaskedValueIsZero

llvm-svn: 23196
2005-09-01 23:25:49 +00:00
..
DAGCombiner.cpp Implement first round of feedback from chris (there's still a couple things 2005-09-01 23:24:04 +00:00
LegalizeDAG.cpp Allow targets to custom expand shifts that are too large for their registers 2005-08-31 19:01:53 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ScheduleDAG.cpp It is NDEBUG not _NDEBUG 2005-09-01 18:44:10 +00:00
SelectionDAG.cpp Fix some code in the current node combining code, spotted when it was moved 2005-09-01 23:25:49 +00:00
SelectionDAGISel.cpp It is NDEBUG not _NDEBUG 2005-09-01 18:44:10 +00:00
SelectionDAGPrinter.cpp Change ConstantPoolSDNode to actually hold the Constant itself instead of 2005-08-26 17:15:30 +00:00