llvm-project/mlir/lib
Matthias Springer 95f8135043 [mlir] Change vector.transfer_read/write "masked" attribute to "in_bounds".
This is in preparation for adding a new "mask" operand. The existing "masked" attribute was used to specify dimensions that may be out-of-bounds. Such transfers can be lowered to masked load/stores. The new "in_bounds" attribute is used to specify dimensions that are guaranteed to be within bounds. (Semantics is inverted.)

Differential Revision: https://reviews.llvm.org/D99639
2021-03-31 18:04:22 +09:00
..
Analysis [mlir] fix a memory leak in NestedPattern 2021-03-12 18:52:14 +01:00
Bindings [mlir][Linalg][Python] Create the body of builtin named Linalg ops 2021-03-31 07:58:32 +00:00
CAPI [mlir][Linalg][Python] Create the body of builtin named Linalg ops 2021-03-31 07:58:32 +00:00
Conversion [mlir] Change vector.transfer_read/write "masked" attribute to "in_bounds". 2021-03-31 18:04:22 +09:00
Dialect [mlir] Change vector.transfer_read/write "masked" attribute to "in_bounds". 2021-03-31 18:04:22 +09:00
EDSC [mlir][IR] Remove the concept of `OperationProperties` 2021-02-09 12:00:15 -08:00
ExecutionEngine [mlir] Remove mlir-rocm-runner 2021-03-19 00:24:10 -07:00
IR Fix deletion of operations through the rewriter in a pattern matching a consumer operation 2021-03-30 22:02:14 +00:00
Interfaces [mlir] Enhance InferShapedTypeOpInterface and move LinalgOps to use them. 2021-03-29 11:39:48 -07:00
Parser Define a `NoTerminator` traits that allows operations with a single block region to not provide a terminator 2021-03-25 03:59:03 +00:00
Pass [mlir] Tune error message for assertion. 2021-03-22 18:10:18 -07:00
Reducer [mlir] NFC: fix trivial typos 2020-10-29 04:05:22 +09:00
Rewrite [mlir][Pattern] Add better support for using interfaces/traits to match root operations in rewrite patterns 2021-03-23 14:05:33 -07:00
Support [mlir][StorageUniquer] Properly call the destructor on non-trivially destructible storage instances 2021-03-11 11:35:32 -08:00
TableGen Add a mechanism for Dialects to provide a fallback for OpInterface 2021-03-24 08:41:40 +00:00
Target [mlir] Translate global initializers after creating all LLVM IR globals 2021-03-25 09:53:58 +01:00
Transforms Revert "Revert "[mlir] Introduce CloneOp and adapt test cases in BufferDeallocation."" 2021-03-31 09:49:09 +02:00
Translation [mlir] avoid exposing mutable DialectRegistry from MLIRContext 2021-02-10 12:07:34 +01:00
CMakeLists.txt [mlir][NFC] Move around the code related to PatternRewriting to improve layering 2020-10-26 18:01:06 -07:00