mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-03-04 03:53:00 +00:00
Add OpConstantComposite
This commit is contained in:
@@ -132,6 +132,9 @@ public:
|
||||
/// Returns a numeric scalar constant.
|
||||
const Op* Constant(const Op* result_type, Operand* literal);
|
||||
|
||||
/// Returns a numeric scalar constant.
|
||||
const Op* ConstantComposite(const Op* result_type, const std::vector<const Op*>& constituents);
|
||||
|
||||
// Function
|
||||
|
||||
/// Emits a function.
|
||||
|
||||
Reference in New Issue
Block a user