llvm-capstone/mlir/test/Bytecode
Matteo Franciolini 4488f4933e
[mlir][bytecode] Add bytecode writer config API to skip serialization of resources (#71991)
When serializing to bytecode, users can select the option to elide
resources from the bytecode file. This will instruct the bytecode writer
to serialize only the key and resource kind, while skipping
serialization of the data buffer. At parsing, the IR is built in memory
with valid (but empty) resource handlers.
2023-11-13 12:59:30 -06:00
..
invalid Expose callbacks for encoding of types/attributes 2023-07-28 16:45:42 -07:00
versioning Add support for versioning properties in MLIR bytecode 2023-07-28 19:44:33 -07:00
bytecode_callback_full_override.mlir [mlir][bytecode] Implements back deployment capability for MLIR dialects (#70724) 2023-10-31 15:41:29 -07:00
bytecode_callback_with_custom_attribute.mlir [mlir][bytecode] Implements back deployment capability for MLIR dialects (#70724) 2023-10-31 15:41:29 -07:00
bytecode_callback_with_custom_type.mlir [mlir][bytecode] Implements back deployment capability for MLIR dialects (#70724) 2023-10-31 15:41:29 -07:00
bytecode_callback.mlir [mlir][bytecode] Implements back deployment capability for MLIR dialects (#70724) 2023-10-31 15:41:29 -07:00
bytecode_downgrade.mlir [mlir][bytecode] Implements back deployment capability for MLIR dialects (#70724) 2023-10-31 15:41:29 -07:00
bytecode-lazy-loading.mlir [mlir:bytecode] Support lazy loading dynamically isolated regions 2023-07-25 15:55:34 -07:00
empty_attr.mlir Fix MLIR bytecode reading of i0 IntegerAttr 2023-05-24 13:45:58 -07:00
general.mlir Fix bytecode reader/writer on big-endian platforms 2023-06-23 09:22:55 +02:00
operand_segment_sizes.mlir Finish renaming getOperandSegmentSizeAttr() from operand_segment_sizes to operandSegmentSizes 2023-08-09 19:37:01 -07:00
resources_elision.mlir [mlir][bytecode] Add bytecode writer config API to skip serialization of resources (#71991) 2023-11-13 12:59:30 -06:00
resources.mlir Fix bytecode reader/writer on big-endian platforms 2023-06-23 09:22:55 +02:00
unregistered_dialect.mlir Fix MLIR bytecode reader for unregistered dialects 2023-05-25 00:27:59 -07:00
uselist_orders.mlir Preserve use-list orders in mlir bytecode 2023-05-21 16:48:12 -07:00