mirror of
https://github.com/azahar-emu/sirit.git
synced 2026-05-09 09:04:19 +02:00
Add OpCompositeConstruct
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user