[all-commits] [llvm/llvm-project] bb0d5f: [mlir] Add NumberOfExecutions analysis + update Re...
Eugene Zhulenev via All-commits
all-commits at lists.llvm.org
Wed Nov 11 01:43:36 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bb0d5f767dd7cf34a92ba2af2d6fdb206d883e8c
https://github.com/llvm/llvm-project/commit/bb0d5f767dd7cf34a92ba2af2d6fdb206d883e8c
Author: Eugene Zhulenev <ezhulenev at google.com>
Date: 2020-11-11 (Wed, 11 Nov 2020)
Changed paths:
A mlir/include/mlir/Analysis/NumberOfExecutions.h
M mlir/include/mlir/Dialect/Async/IR/Async.h
M mlir/include/mlir/Dialect/Async/IR/AsyncOps.td
M mlir/include/mlir/Dialect/SCF/SCFOps.td
M mlir/include/mlir/Interfaces/ControlFlowInterfaces.h
M mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
M mlir/include/mlir/Support/MathExtras.h
M mlir/lib/Analysis/CMakeLists.txt
A mlir/lib/Analysis/NumberOfExecutions.cpp
M mlir/lib/Dialect/Async/IR/Async.cpp
M mlir/lib/Dialect/SCF/SCF.cpp
M mlir/lib/Interfaces/ControlFlowInterfaces.cpp
A mlir/test/Analysis/test-number-of-block-executions.mlir
A mlir/test/Analysis/test-number-of-operation-executions.mlir
M mlir/test/lib/Transforms/CMakeLists.txt
A mlir/test/lib/Transforms/TestNumberOfExecutions.cpp
M mlir/tools/mlir-opt/mlir-opt.cpp
M mlir/unittests/Support/CMakeLists.txt
A mlir/unittests/Support/MathExtrasTest.cpp
Log Message:
-----------
[mlir] Add NumberOfExecutions analysis + update RegionBranchOpInterface interface to query number of region invocations
Implements RFC discussed in: https://llvm.discourse.group/t/rfc-operationinstancesinterface-or-any-better-name/2158/10
Reviewed By: silvas, ftynse, rriddle
Differential Revision: https://reviews.llvm.org/D90922
More information about the All-commits
mailing list