"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "c8c12bc0ff9c9563a2b101b639948ca3629d949f"
I've changed the semantics of MERGE_VALUES a bit. It's now allowed to live...
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. llvm-svn: 77583
Loading
Please register or sign in to comment