llvm-project/mlir
lipracer 16ed79d569 [mlir] tosa: build error when building with clang
The change of https://reviews.llvm.org/D121513#3411651
has caused a build error when building with clang:

/mnt/vss/_work/1/llvm-project/mlir/lib/Dialect/Tosa/IR/TosaOps.cpp:599:26: error: extra ';' outside of a function is incompatible with C++98 [-Werror,-Wc++98-compat-extra-semi]
ReduceFolder(ReduceAllOp);

Reviewed By: hpmorgan, Mogball

Differential Revision: https://reviews.llvm.org/D122599
2022-03-28 20:02:15 +00:00
..
benchmark/python [mlir] Move the Builtin FuncOp to the Func dialect 2022-03-16 17:07:03 -07:00
cmake/modules Remove include_directories() from cmake `mlir_tablegen()` function (NFC) 2022-03-14 04:36:24 +00:00
docs [mlir][emitc] Adapt to move of FuncOp 2022-03-28 17:44:47 +02:00
examples [mlir] Rename `OpAsmParser::OperandType` to `OpAsmParser::UnresolvedOperand` 2022-03-21 21:42:13 +01:00
include [mlir] Allow RegionRange to accept ArrayRef<Region *> 2022-03-28 19:39:42 +00:00
lib [mlir] tosa: build error when building with clang 2022-03-28 20:02:15 +00:00
python Updated MLIR type stubs to work with pytype 2022-03-25 13:38:49 +01:00
test [mlir][cf-sink] Accept a callback for sinking operations 2022-03-28 19:31:23 +00:00
tools [mlir][cf-sink] Accept a callback for sinking operations 2022-03-28 19:31:23 +00:00
unittests [MLIR][Presburger] PWMAFunction::valueAt: support local ids 2022-03-24 00:42:21 +00:00
utils [mlir][PDLL] Add an initial language server for PDLL 2022-03-19 13:28:23 -07:00
.clang-format
.clang-tidy Enable readability-redundant-smartptr-get in MLIR local clang-tidy config 2022-01-08 20:07:11 +00:00
CMakeLists.txt mlir: set CMAKE_INCLUDE_CURRENT_DIR to fix out-of-tree builds 2022-03-19 18:22:09 -05:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.