mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-01-07 23:18:54 +01:00
Add OpCompositeConstruct
This commit is contained in:
parent
5830eca337
commit
44043bca56
2 changed files with 12 additions and 0 deletions
|
|
@ -237,6 +237,10 @@ class Module {
|
|||
Id OpCompositeExtract(Id result_type, Id composite,
|
||||
const std::vector<Literal>& indexes = {});
|
||||
|
||||
/// Construct a new composite object from a set of constituent objects that
|
||||
/// will fully form it.
|
||||
Id OpCompositeConstruct(Id result_type, const std::vector<Id>& ids);
|
||||
|
||||
// Annotation
|
||||
|
||||
/// Add a decoration to target.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue