[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 Oct 16 11:47:36 PDT 2018
niravd updated this revision to Diff 169872.
niravd retitled this revision from "[SelectionDAG] Fix behavior of glued nodes in hasPredecessorHelper." to "[SelectionDAG] Fix behavior topological ordering with regards to glued nodes.".
niravd edited the summary of this revision.
niravd added a comment.
Herald added a subscriber: hiraditya.
Fix topological ordering construction to prevent premature pruning.
Repository:
rL LLVM
https://reviews.llvm.org/D53106
Files:
llvm/include/llvm/CodeGen/SelectionDAGNodes.h
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
llvm/test/CodeGen/AVR/glue-dag-combine-bug.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53106.169872.patch
Type: text/x-patch
Size: 8252 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181016/16186dbf/attachment.bin>
More information about the llvm-commits
mailing list