llvm-project/mlir/lib/Target/LLVMIR
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
..
ConvertFromLLVMIR.cpp Fix build failures caused by f4257c5832 2020-08-28 14:56:01 +01:00
ConvertToLLVMIR.cpp Add a `dialect_registration` callback for "translations" registered with mlir-translate 2020-08-23 01:00:39 +00:00
ConvertToNVVMIR.cpp Add a `dialect_registration` callback for "translations" registered with mlir-translate 2020-08-23 01:00:39 +00:00
ConvertToROCDLIR.cpp Add a `dialect_registration` callback for "translations" registered with mlir-translate 2020-08-23 01:00:39 +00:00
DebugTranslation.cpp [mlir][Attribute] Remove usages of Attribute::getKind 2020-08-07 13:43:25 -07:00
DebugTranslation.h [mlir][NFC] Remove usernames and google bug numbers from TODO comments. 2020-07-07 01:40:52 -07:00
LLVMAVX512Intr.cpp Add a `dialect_registration` callback for "translations" registered with mlir-translate 2020-08-23 01:00:39 +00:00
ModuleTranslation.cpp [mlir][ODS] Use c++ types for integer attributes of fixed width when possible. 2020-09-01 13:43:32 -07:00
TypeTranslation.cpp [mlir] use the new stateful LLVM type translator by default 2020-08-06 00:36:33 +02:00