llvm-project/mlir
Benjamin Kramer c1ebefdf77 [mlir] Make polynomial approximation emit std instead of LLVM ops
This is a bit cleaner and removes issues with 2d vectors. It also has a
big impact on constant folding, hence the test changes.

Differential Revision: https://reviews.llvm.org/D107896
2021-08-11 16:37:21 +02:00
..
cmake/modules [MLIR][python] Disable SONAME on extensions. 2021-07-30 00:47:11 +00:00
docs [MLIR][NFC] Get DiagnosticEngine as a reference in doc 2021-08-04 19:00:18 +00:00
examples [mlir] factor memref-to-llvm lowering out of std-to-llvm 2021-07-09 14:49:52 +02:00
include [mlir] Tighten LLVM_AnyNonAggregate ODS type constraint 2021-08-11 16:30:19 +02:00
lib [mlir] Make polynomial approximation emit std instead of LLVM ops 2021-08-11 16:37:21 +02:00
python [mlir][tosa] Add quantized and unquantized versions for tosa.depthwise_conv2d lowering 2021-08-10 14:29:26 -07:00
test [mlir] Make polynomial approximation emit std instead of LLVM ops 2021-08-11 16:37:21 +02:00
tools [mlir][drr] Improve error message for unexpected attribute (NFC) 2021-08-10 13:03:53 -07:00
unittests [mlir] Enable specifying querying function in ValueShapeRange 2021-08-10 11:44:20 -07:00
utils [vscode-mlir] Add proper support for mlir markdown codeblocks 2021-08-03 19:55:31 +00:00
.clang-format
.clang-tidy NFC: .clang-tidy: Inherit configs from parents to improve maintainability 2021-06-08 08:25:59 -07:00
CMakeLists.txt [MLIR] Drop old cmake var names 2021-05-24 15:30:01 +05:30
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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