diff options
author | Amaury Séchet <deadalnix@gmail.com> | 2022-04-30 23:45:28 +0000 |
---|---|---|
committer | Amaury Séchet <deadalnix@gmail.com> | 2023-06-05 11:09:18 +0000 |
commit | e69fa03ddd85812be3143d79a0359c3e8d43bd45 (patch) | |
tree | cae2e4422215a67c6626506fdf2916ad28256a42 /llvm/lib/Transforms/Utils/LoopUtils.cpp | |
parent | b28bc5f5ad7da086f65f260c32494922fd392f6b (diff) | |
download | llvm-e69fa03ddd85812be3143d79a0359c3e8d43bd45.zip llvm-e69fa03ddd85812be3143d79a0359c3e8d43bd45.tar.gz llvm-e69fa03ddd85812be3143d79a0359c3e8d43bd45.tar.bz2 |
[DAGCombine] Make sure combined nodes are added back to the worklist in topological order.
Currently, a node and its users are added back to the worklist in reverse topological order after it is combined. This diff changes that order to be topological. This is part of a larger migration to get the DAGCombiner to process nodes in topological order.
Reviewed By: RKSimon
Differential Revision: https://reviews.llvm.org/D127115
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions