]> granicus.if.org Git - llvm/commit
[DAGCombiner] Add node to the worklist in topological order in parallelizeChainedStores
authorAmaury Sechet <deadalnix@gmail.com>
Tue, 27 Aug 2019 13:27:57 +0000 (13:27 +0000)
committerAmaury Sechet <deadalnix@gmail.com>
Tue, 27 Aug 2019 13:27:57 +0000 (13:27 +0000)
commita0fe2f45515df10df4737334b401ecbe3df65c8f
treebea5a297b73ec7d810485d90b1ecb75c6f4e6ae5
parent630d3bfa7cd5748504615aee230809e58a9aef96
[DAGCombiner] Add node to the worklist in topological order in parallelizeChainedStores

Summary: As per title.

Reviewers: craig.topper, efriedma, RKSimon, lebedev.ri

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D66659

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@370056 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp