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 |
||
---|---|---|
.. | ||
mlir | ||
mlir-c |