diff options
author | George Mitenkov <georgemitenk0v@gmail.com> | 2020-07-27 10:19:48 +0300 |
---|---|---|
committer | George Mitenkov <georgemitenk0v@gmail.com> | 2020-07-27 10:55:56 +0300 |
commit | 36618274f3e2cdea98cd8202204b8ad2913aae46 (patch) | |
tree | 4a73b1fc29d92c1e8ef9e32a379a75c3caf2c22e /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 590dd73c6ebdc9fe1314dfa5bda5c2367d866574 (diff) | |
download | llvm-36618274f3e2cdea98cd8202204b8ad2913aae46.zip llvm-36618274f3e2cdea98cd8202204b8ad2913aae46.tar.gz llvm-36618274f3e2cdea98cd8202204b8ad2913aae46.tar.bz2 |
[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
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions