aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.cpp
diff options
context:
space:
mode:
authorAmaury Séchet <deadalnix@gmail.com>2023-06-07 11:24:38 +0000
committerAmaury Séchet <deadalnix@gmail.com>2023-06-13 09:14:37 +0000
commita70d5e25f32ebd5f1d1c394312036a37591e998b (patch)
tree0076726d2c34054f9e03748430c8ce3c77f62317 /llvm/lib/CodeGen/MachineFunction.cpp
parent6afe9f3985bf340200746b3346aabee26905782c (diff)
downloadllvm-a70d5e25f32ebd5f1d1c394312036a37591e998b.zip
llvm-a70d5e25f32ebd5f1d1c394312036a37591e998b.tar.gz
llvm-a70d5e25f32ebd5f1d1c394312036a37591e998b.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/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions