Files
llvm-6502/include/llvm/CodeGen
Evan Cheng fe0bfe4fa4 I've changed the semantics of MERGE_VALUES a bit. It's now allowed to live until scheduling. It's deleted when the scheduler translate DAG nodes to machine instructions.
This is currently used by X86 to handle atomic_load_add when the output of the node is not used. I believe there is a better solution. But I find MERGE_VALUES useful for selecting multi-output node when the dead output can be selected as a IMPLICIT_DEF.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77583 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-30 08:44:08 +00:00
..
2009-07-22 00:24:57 +00:00
2009-07-16 15:32:28 +00:00
2009-05-18 21:08:45 +00:00
2009-07-09 06:44:01 +00:00
2009-06-15 08:28:29 +00:00
2009-07-08 21:57:46 +00:00
2009-07-29 22:17:13 +00:00