[all-commits] [llvm/llvm-project] 0c0210: [mlir][EDSC] Retire OperationHandle
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Tue Apr 28 21:38:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0c02106058a35493339e3275d8ca6b825fad8a67
https://github.com/llvm/llvm-project/commit/0c02106058a35493339e3275d8ca6b825fad8a67
Author: Nicolas Vasilache <ntv at google.com>
Date: 2020-04-29 (Wed, 29 Apr 2020)
Changed paths:
M mlir/include/mlir/Dialect/Affine/EDSC/Builders.h
M mlir/include/mlir/Dialect/Affine/EDSC/Intrinsics.h
M mlir/include/mlir/Dialect/Linalg/EDSC/Builders.h
M mlir/include/mlir/Dialect/LoopOps/EDSC/Intrinsics.h
M mlir/include/mlir/Dialect/StandardOps/EDSC/Intrinsics.h
M mlir/include/mlir/Dialect/Vector/EDSC/Builders.h
M mlir/include/mlir/EDSC/Builders.h
R mlir/include/mlir/EDSC/Intrinsics.h
M mlir/lib/Conversion/AVX512ToLLVM/ConvertAVX512ToLLVM.cpp
M mlir/lib/Dialect/Linalg/EDSC/Builders.cpp
M mlir/lib/Dialect/Linalg/Transforms/LinalgToLoops.cpp
M mlir/lib/Dialect/LoopOps/EDSC/Builders.cpp
M mlir/lib/Dialect/StandardOps/EDSC/Intrinsics.cpp
M mlir/lib/Dialect/Vector/EDSC/Builders.cpp
M mlir/lib/EDSC/Builders.cpp
M mlir/test/EDSC/builder-api-test.cpp
Log Message:
-----------
[mlir][EDSC] Retire OperationHandle
OperationHandle mostly existed to mirror the behavior of ValueHandle.
This has become unnecessary and can be retired.
Differential Revision: https://reviews.llvm.org/D78692
More information about the All-commits
mailing list