Files
llvm-project/mlir/test/Bytecode/bytecode_callback_write_unowned_blob.mlir
Jacques Pienaar c83ebf19cf [mlirbc] Serialize dense elements attr i1 using packed (#182233)
Extra cost is in serialization layer localized while resulting in
smaller bytecode files, this also keeps the format compatible with what
was previously.
2026-02-19 08:57:33 +00:00

10 lines
285 B
MLIR

// RUN: mlir-opt %s -split-input-file --test-bytecode-roundtrip="test-kind=7" | FileCheck %s
func.func @base_test(%arg0: !test.i32) {
return
}
// CHECK: Writing unowned blob...
// CHECK: Successfully read the unowned blob.
// CHECK: func.func @base_test([[ARG0:%.+]]: !test.i32) {