Files
clang-p2996/mlir/lib/Target
George Mitenkov d4568ed743 [MLIR][LLVM] Fixed topologicalSort() to iterative version
Instead of recursive helper method `topologicalSortImpl()`,
sort's implementation is moved to `topologicalSort()` function's
body directly. `llvm::ReversePostOrderTraversal` is used to create
a traversal of blocks in reverse post order.

Reviewed By: kiranchandramohan, rriddle

Differential Revision: https://reviews.llvm.org/D88544
2020-10-02 13:48:27 +03:00
..
2020-09-29 14:31:14 +01:00