llvm-capstone/mlir/lib/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
..
Reader [mlir] Fix bytecode reading of resource sections 2023-09-29 18:39:56 -07:00
Writer [mlir][bytecode] Add bytecode writer config API to skip serialization of resources (#71991) 2023-11-13 12:59:30 -06:00
BytecodeOpInterface.cpp [MLIR] Add native Bytecode support for properties 2023-05-26 17:45:01 -07:00
CMakeLists.txt [MLIR] Add native Bytecode support for properties 2023-05-26 17:45:01 -07:00