[all-commits] [llvm/llvm-project] 47424f: [mlir][transforms] TopologicalSort: Support ops fr...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Oct 12 18:36:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 47424f22d46b340b9f9204647168fb4190c64472
https://github.com/llvm/llvm-project/commit/47424f22d46b340b9f9204647168fb4190c64472
Author: Matthias Springer <springerm at google.com>
Date: 2022-10-13 (Thu, 13 Oct 2022)
Changed paths:
M mlir/include/mlir/Transforms/TopologicalSortUtils.h
M mlir/lib/Transforms/Utils/TopologicalSortUtils.cpp
M mlir/test/Transforms/test-toposort.mlir
M mlir/test/lib/Transforms/TestTopologicalSort.cpp
Log Message:
-----------
[mlir][transforms] TopologicalSort: Support ops from different blocks
This change allows analyzing ops from different block, in particular when used in programs that have `cf` branches.
Differential Revision: https://reviews.llvm.org/D135644
More information about the All-commits
mailing list