forked from OSchip/llvm-project
31fbdab376
This change add a helper function for computing a topological sorting of a list of ops. E.g. this can be useful in transforms where a subset of ops should be cloned without dominance errors. The analysis reuses the existing implementation in TopologicalSortUtils.cpp. Differential Revision: https://reviews.llvm.org/D131669 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
mlir-opt.cpp |