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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Conversion/SPIRVToLLVM/ConvertSPIRVToLLVM.cpp | ||
---|---|---|
602 | Use /*isNonTemporal=*/ to be consistent |
Use /*isNonTemporal=*/ to be consistent