llvm-project/mlir
George Mitenkov 36618274f3 [MLIR][LLVMDialect] Added volatile and nontemporal attributes to load/store
This patch introduces 2 new optional attributes to `llvm.load`
and `llvm.store` ops: `volatile` and `nontemporal`. These attributes
are translated into proper LLVM as a `volatile` marker and a metadata node
respectively. They are also helpful with SPIR-V to LLVM dialect conversion
since they are the mappings for `Volatile` and `NonTemporal` Memory Operands.

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D84396
2020-07-27 10:55:56 +03:00
..
cmake/modules Install the MLIRTableGen static library. 2020-06-11 18:23:24 -07:00
docs [MLIR] Missing line breaks in MLIR Language Reference 2020-07-24 05:06:32 +00:00
examples [CMake] Simplify CMake handling for zlib 2020-07-23 23:05:36 -07:00
include [MLIR][LLVMDialect] Added volatile and nontemporal attributes to load/store 2020-07-27 10:55:56 +03:00
integration_test [mlir] [VectorOps] Add scatter/gather operations to Vector dialect 2020-07-21 10:57:40 -07:00
lib [MLIR][LLVMDialect] Added volatile and nontemporal attributes to load/store 2020-07-27 10:55:56 +03:00
test [MLIR][LLVMDialect] Added volatile and nontemporal attributes to load/store 2020-07-27 10:55:56 +03:00
tools [mlir]: NFC: Fix trivial typo in documents and comments 2020-07-23 23:40:57 +09:00
unittests Reapply "Try enabling -Wsuggest-override again, using add_compile_options instead of add_compile_definitions for disabling it in unittests/ directories." 2020-07-22 17:50:19 -07:00
utils [mlir][NFC] Remove usernames and google bug numbers from TODO comments. 2020-07-07 01:40:52 -07:00
.clang-format
.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 Initial boiler-plate for python bindings. 2020-07-09 12:03: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.