From 28758e0e427ceca196937dc90efe3ab1cb35bd70 Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Thu, 17 Jul 2025 14:59:33 +0800 Subject: Perf improvements to IR serialization (#7751) * option to use riff as serialization backend * option to use riff as serialization backend * perf * shuffle code * perf improvements to deserialization * formatting * remove bit_cast * correct IR verification * neaten serialized format * fix peek module info * formatting * remove temporary profiling code * cleanup * fix wasm build * more explicit sizes * deserialize via fossil on 32 bit wasm * Make serialized modules Int size agnostic * reorder stable names to allow range based check for 64 bit constants * format * review comments * fix build * fix * c++17 compat slang-common.h --- tests/ir/dump-module-info.slang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/ir/dump-module-info.slang b/tests/ir/dump-module-info.slang index 9ce421161..c7753b440 100644 --- a/tests/ir/dump-module-info.slang +++ b/tests/ir/dump-module-info.slang @@ -6,7 +6,7 @@ module "foo"; // CHECK: Module Name: foo // This will need bumping whenever we bump the ir module version -// CHECK: Module Version: 0 +// CHECK: Module Version: 1 // Just check that this is in the output with some string // CHECK: Compiler Version: {{.+}} -- cgit v1.2.3