[PATCH] D127115: [RFC][DAGCombine] Make sure combined nodes are added back to the worklist in topological order.

Sergei Barannikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 23 14:34:05 PDT 2022


barannikov88 added a comment.

@deadalnix 
Could you please answer this question? https://reviews.llvm.org/D127115/new/#3668015

> Does the topological order here mean that the DAG will be traversed from the root to leaves (RPO) or from the leaves to the root (PO)?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127115/new/

https://reviews.llvm.org/D127115



More information about the llvm-commits mailing list