llvm-project/mlir/lib/Conversion/SPIRVToLLVM
River Riddle 431bb8b318 [mlir][ODS] Use c++ types for integer attributes of fixed width when possible.
Unsigned and Signless attributes use uintN_t and signed attributes use intN_t, where N is the fixed width. The 1-bit variants use bool.

Differential Revision: https://reviews.llvm.org/D86739
2020-09-01 13:43:32 -07:00
..
CMakeLists.txt
ConvertSPIRVToLLVM.cpp [mlir][ODS] Use c++ types for integer attributes of fixed width when possible. 2020-09-01 13:43:32 -07:00
ConvertSPIRVToLLVMPass.cpp [MLIR][SPIRVToLLVM] Added a hook for descriptor set / binding encoding 2020-08-27 08:27:42 +03:00