From f081b8639caeb10607b92abced1fc286a977e1e5 Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Thu, 17 Jul 2025 12:27:18 +0800 Subject: Document IR changes (#7781) * Document IR changes * Remove duplication --- source/slang/slang-ir-insts.lua | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'source') diff --git a/source/slang/slang-ir-insts.lua b/source/slang/slang-ir-insts.lua index a977e83f0..2b01dbaa0 100644 --- a/source/slang/slang-ir-insts.lua +++ b/source/slang/slang-ir-insts.lua @@ -8,13 +8,7 @@ -- !! Slang::IRModule accordingly when modifying this file. -- !! -- --- The instructions struct name, i.e. something like "IRVoidType" can be specified with struct_name, otherwise it will be a PascalCase version of the instruction key --- --- Flags, such as hoistable, global, parent, use_other are inherited from a parent abstract type --- --- min_operands specifies the number of required operands for an instruction, it defaults to 0 --- --- Instructions here will automatically be given a struct definition in slang-ir-insts.h if it is no handwritten +-- For a detailed description of the schema, please see docs/design/ir-instruction-definition.md -- local insts = { -- cgit v1.2.3