[all-commits] [llvm/llvm-project] 4e4915: [mlir] Remove LLVMTypeTestDialect
ftynse via All-commits
all-commits at lists.llvm.org
Wed Aug 5 05:39:56 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4e491570b5ecff17d3ac7cf6dbb328d379cd4fb6
https://github.com/llvm/llvm-project/commit/4e491570b5ecff17d3ac7cf6dbb328d379cd4fb6
Author: Alex Zinenko <zinenko at google.com>
Date: 2020-08-05 (Wed, 05 Aug 2020)
Changed paths:
M mlir/test/Dialect/LLVMIR/types-invalid.mlir
M mlir/test/Target/llvmir-types.mlir
M mlir/test/lib/Dialect/CMakeLists.txt
R mlir/test/lib/Dialect/LLVMIR/CMakeLists.txt
R mlir/test/lib/Dialect/LLVMIR/LLVMTypeTestDialect.cpp
M mlir/tools/mlir-opt/CMakeLists.txt
M mlir/tools/mlir-opt/mlir-opt.cpp
M mlir/tools/mlir-translate/CMakeLists.txt
M mlir/tools/mlir-translate/mlir-translate.cpp
Log Message:
-----------
[mlir] Remove LLVMTypeTestDialect
This dialect was introduced during the bring-up of the new LLVM dialect type
system for testing purposes. The main LLVM dialect now uses the new type system
and the test dialect is no longer necessary, so remove it.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D85224
More information about the All-commits
mailing list