llvm-project/mlir/lib/Conversion/MemRefToSPIRV
River Riddle b54c724be0 [mlir:OpConversionPattern] Add overloads for taking an Adaptor instead of ArrayRef
This has been a TODO for a long time, and it brings about many advantages (namely nice accessors, and less fragile code). The existing overloads that accept ArrayRef are now treated as deprecated and will be removed in a followup (after a small grace period). Most of the upstream MLIR usages have been fixed by this commit, the rest will be handled in a followup.

Differential Revision: https://reviews.llvm.org/D110293
2021-09-24 17:51:41 +00:00
..
CMakeLists.txt
MemRefToSPIRV.cpp [mlir:OpConversionPattern] Add overloads for taking an Adaptor instead of ArrayRef 2021-09-24 17:51:41 +00:00
MemRefToSPIRVPass.cpp [mlir][spirv] Fix storing bool with proper storage capabilities 2021-07-30 18:06:10 -04:00