llvm-project/mlir/tools
Alexander Belyaev e9ac792748 [mlir] Fix some of the warnings in MLIR code.
Summary:
* extra ';' in the following files:
    mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
    mlir/lib/Dialect/Shape/IR/Shape.cpp

* base class ‘mlir::ConvertVectorToSCFBase<ConvertVectorToSCFPass>’
  should be explicitly initialized in the copy constructor [-Wextra] in
    mlir/lib/Conversion/VectorToSCF/VectorToSCF.cpp

* warning: ‘bool Expression::operator==(const Expression&) const’
  defined but not used [-Wunused-function] in
    mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-gen.cpp

Differential Revision: https://reviews.llvm.org/D81673
2020-06-11 22:18:32 +02:00
..
mlir-cpu-runner [MLIR] Move JitRunner to live with ExecutionEngine 2020-05-15 14:37:10 -07:00
mlir-cuda-runner Unbreak the build of mlir-cuda-runner 2020-05-29 12:18:48 +02:00
mlir-linalg-ods-gen [mlir] Fix some of the warnings in MLIR code. 2020-06-11 22:18:32 +02:00
mlir-opt [mlir] Introduce allowMemrefFunctionResults for the helper operation converters of buffer placement 2020-06-08 09:25:41 +02:00
mlir-rocm-runner [mlir][mlir-rocm-runner] Detect HIP version and AMD ISA version. 2020-06-05 22:15:23 -05:00
mlir-shlib [MLIR] Reapply: Adjust libMLIR building to more closely follow libClang 2020-05-04 20:47:57 -07:00
mlir-tblgen [mlir] Add verify method to adaptor 2020-06-05 09:47:37 -07:00
mlir-translate [MLIR] Reapply: Adjust libMLIR building to more closely follow libClang 2020-05-04 20:47:57 -07:00
mlir-vulkan-runner [mlir][vulkan-runner] Minor fix in timestamp flag for vulkan runner. 2020-05-19 18:56:48 -07:00
CMakeLists.txt [mlir][gpu] Introduce mlir-rocm-runner. 2020-06-05 09:46:39 -05:00