[all-commits] [llvm/llvm-project] 355216: [mlir] Remove SDBM
ftynse via All-commits
all-commits at lists.llvm.org
Tue Jun 29 05:46:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 355216380b9c11e5d7a16ac20619cf16b1c0151c
https://github.com/llvm/llvm-project/commit/355216380b9c11e5d7a16ac20619cf16b1c0151c
Author: Alex Zinenko <zinenko at google.com>
Date: 2021-06-29 (Tue, 29 Jun 2021)
Changed paths:
R mlir/include/mlir/Dialect/SDBM/SDBM.h
R mlir/include/mlir/Dialect/SDBM/SDBMDialect.h
R mlir/include/mlir/Dialect/SDBM/SDBMExpr.h
M mlir/include/mlir/InitAllDialects.h
M mlir/lib/Dialect/CMakeLists.txt
R mlir/lib/Dialect/SDBM/CMakeLists.txt
R mlir/lib/Dialect/SDBM/SDBM.cpp
R mlir/lib/Dialect/SDBM/SDBMDialect.cpp
R mlir/lib/Dialect/SDBM/SDBMExpr.cpp
R mlir/lib/Dialect/SDBM/SDBMExprDetail.h
M mlir/test/CMakeLists.txt
R mlir/test/SDBM/CMakeLists.txt
R mlir/test/SDBM/lit.local.cfg
R mlir/test/SDBM/sdbm-api-test.cpp
M mlir/test/lit.cfg.py
M mlir/test/mlir-opt/commandline.mlir
M mlir/unittests/CMakeLists.txt
R mlir/unittests/SDBM/CMakeLists.txt
R mlir/unittests/SDBM/SDBMTest.cpp
Log Message:
-----------
[mlir] Remove SDBM
This data structure and algorithm collection is no longer in use.
Reviewed By: bondhugula
Differential Revision: https://reviews.llvm.org/D105102
More information about the All-commits
mailing list