[all-commits] [llvm/llvm-project] b1e398: [MLIR][SPIRVToLLVM] Support of volatile/nontempora...

George Mitenkov via All-commits all-commits at lists.llvm.org
Tue Jul 28 22:46:44 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b1e398920f7372db3ebfeeb219d4538d235c7efb
      https://github.com/llvm/llvm-project/commit/b1e398920f7372db3ebfeeb219d4538d235c7efb
  Author: George Mitenkov <georgemitenk0v at gmail.com>
  Date:   2020-07-29 (Wed, 29 Jul 2020)

  Changed paths:
    M mlir/lib/Conversion/SPIRVToLLVM/ConvertSPIRVToLLVM.cpp
    M mlir/test/Conversion/SPIRVToLLVM/memory-ops-to-llvm.mlir

  Log Message:
  -----------
  [MLIR][SPIRVToLLVM] Support of volatile/nontemporal memory access in load/store

This patch adds support of Volatile and Nontemporal
memory accesses to `spv.Load` and `spv.Store`. These attributes are
modelled with a `volatile` and `nontemporal` flags.

Reviewed By: antiagainst

Differential Revision: https://reviews.llvm.org/D84739




More information about the All-commits mailing list