forked from OSchip/llvm-project
36618274f3
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 |
||
---|---|---|
.. | ||
cmake/modules | ||
docs | ||
examples | ||
include | ||
integration_test | ||
lib | ||
test | ||
tools | ||
unittests | ||
utils | ||
.clang-format | ||
.clang-tidy | ||
CMakeLists.txt | ||
LICENSE.TXT | ||
README.md |
README.md
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.