llvm-project/mlir/lib/Target/SPIRV
Chris Lattner faf1c22408 [Builder] Eliminate the StringRef/StringAttr forms of getSymbolRefAttr.
The StringAttr version doesn't need a context, so we can just use the
existing `SymbolRefAttr::get` form.  The StringRef version isn't preferred
so we want to encourage people to use StringAttr.

There is an additional form of getSymbolRefAttr that takes a (SymbolTrait
implementing) operation.  This should also be moved, but I'll do that as
a separate patch.

Differential Revision: https://reviews.llvm.org/D108922
2021-08-30 16:05:36 -07:00
..
Deserialization [Builder] Eliminate the StringRef/StringAttr forms of getSymbolRefAttr. 2021-08-30 16:05:36 -07:00
Serialization [mlir][spirv] Add support for i8 serialization 2021-07-30 18:06:11 -04:00
CMakeLists.txt [mlir][spirv] NFC: split deserialization into multiple source files 2021-01-12 11:21:03 -05:00
SPIRVBinaryUtils.cpp
TranslateRegistration.cpp [mlir][spirv] NFC: Replace OwningSPIRVModuleRef with OwningOpRef 2021-05-06 17:17:44 -04:00