llvm-project/mlir/tools/mlir-opt
Matthias Springer 31fbdab376 [mlir][transforms] Add topological sort analysis
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
2022-08-15 21:09:18 +02:00
..
CMakeLists.txt [mlir][NVGPU] nvgpu.mmasync on F32 through TF32 2022-08-01 23:23:27 +00:00
mlir-opt.cpp [mlir][transforms] Add topological sort analysis 2022-08-15 21:09:18 +02:00