summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir.h.lua
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2025-07-17 14:59:33 +0800
committerGitHub <noreply@github.com>2025-07-17 06:59:33 +0000
commit28758e0e427ceca196937dc90efe3ab1cb35bd70 (patch)
tree7a609525e686772854d8cd82b7a91f69a97c0e30 /source/slang/slang-ir.h.lua
parent020a16072923a66ae0985be618fd32310aa87242 (diff)
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
Diffstat (limited to 'source/slang/slang-ir.h.lua')
-rw-r--r--source/slang/slang-ir.h.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/slang-ir.h.lua b/source/slang/slang-ir.h.lua
index 8455ce652..4ce79455d 100644
--- a/source/slang/slang-ir.h.lua
+++ b/source/slang/slang-ir.h.lua
@@ -179,6 +179,7 @@ local function instEnums()
RAW(" kIROp_Last" .. value.struct_name .. " = " .. child_last .. ",")
end
end
+ RAW("\n")
end
return first_child, last_child