diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2025-07-17 12:27:18 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-17 12:27:18 +0800 |
| commit | f081b8639caeb10607b92abced1fc286a977e1e5 (patch) | |
| tree | f862274f8c61cc02f489e2165943229d5d97d6ea /source | |
| parent | 3e42d1bf2e186341a6cfee21760db7975d09d263 (diff) | |
Document IR changes (#7781)
* Document IR changes
* Remove duplication
Diffstat (limited to 'source')
| -rw-r--r-- | source/slang/slang-ir-insts.lua | 8 |
1 files changed, 1 insertions, 7 deletions
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 = { |
