1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/lib/CodeGen/SelectionDAG
Chris Lattner 011a721d08 Before implementing copyfromreg, we'll implement copytoreg correctly.
This gets us this for the previous testcase:

_test:
        lis r2, 0
        ori r3, r2, 65535
        blr

Note that we actually write to r3 (the return reg) correctly now :)

llvm-svn: 22933
2005-08-19 20:50:53 +00:00
..
LegalizeDAG.cpp Culling out use of unions for converting FP to bits and vice versa. 2005-08-17 19:34:49 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ScheduleDAG.cpp Before implementing copyfromreg, we'll implement copytoreg correctly. 2005-08-19 20:50:53 +00:00
SelectionDAG.cpp Fix VC++ precedence warning. 2005-08-19 04:39:48 +00:00
SelectionDAGISel.cpp Enable critical edge splitting by default 2005-08-18 17:35:14 +00:00
SelectionDAGPrinter.cpp Fix printing of VTSDNodes 2005-08-18 03:31:02 +00:00