llvm-project/mlir
Mehdi Amini 13331477c0 Make OpOperand constructor private (NFC)
This is intended to avoid programming mistake where a temporary OpOperand is
created, for example:

        for (OpOperand user : result.getUsers()) {

It can be confusing for the user, in particular since in MLIR most classes are intended to
be copied around by value while they have reference semantics.

Differential Revision: https://reviews.llvm.org/D81815
2020-06-15 20:28:07 +00:00
..
cmake/modules Install the MLIRTableGen static library. 2020-06-11 18:23:24 -07:00
docs [mlir] Affine symbols: do not expect AffineScope to always exist 2020-06-15 17:55:49 +02:00
examples [mlir] Remove OperandAdaptor 2020-06-15 06:01:31 -07:00
include Make OpOperand constructor private (NFC) 2020-06-15 20:28:07 +00:00
integration_test [mlir] [integration-test] [VectorOps] Start an integration test directory for MLIR 2020-06-15 11:05:58 -07:00
lib Revert "[mlir] Add support for lowering tanh to LLVMIR." 2020-06-15 18:46:57 +00:00
test Revert "[mlir] Add support for lowering tanh to LLVMIR." 2020-06-15 18:46:57 +00:00
tools Revert "[mlir] Add support for lowering tanh to LLVMIR." 2020-06-15 18:46:57 +00:00
unittests [mlir][spirv] Enhance structure type member decoration handling 2020-06-12 17:57:14 -04:00
utils [MLIR][NFC] Update vim syntax file 2020-06-14 18:03:26 +05:30
.clang-format [mlir] add .clang-format 2019-03-29 12:41:43 -07:00
.clang-tidy Fix MLIR clang-tidy: when tweaking it does not inherit from the parent 2020-03-07 17:44:21 +00:00
CMakeLists.txt [mlir] [integration-test] [VectorOps] Start an integration test directory for MLIR 2020-06-15 11:05:58 -07:00
LICENSE.TXT Add the Apache2 with LLVM exceptions license to MLIR 2019-12-24 00:58:06 -08:00
README.md mlir README.md: Fix the syntax 2019-12-24 13:31:07 +01:00

README.md

Multi-Level Intermediate Representation

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