[PATCH] D53106: [SelectionDAG] Fix behavior topological ordering with regards to glued nodes.
Nirav Dave via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 26 08:21:23 PDT 2019
niravd abandoned this revision.
niravd added a comment.
Herald added a subscriber: jdoerfert.
Herald added a project: LLVM.
Summarizing offline discussion with jyknight for future reference:
This should only be necessary due to glued nodes that are not Copy{To,From}Reg and which have additional predecessors/successors than nodes on the glue.
This appear to only occur in the case of ADDC/ADDE nodes have been deprecated.
This patch was originally written for such an instance in the AVR backend.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D53106/new/
https://reviews.llvm.org/D53106
More information about the llvm-commits
mailing list