mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-03-04 03:53:00 +00:00
Add OpLoopMerge
This commit is contained in:
@@ -154,6 +154,10 @@ public:
|
||||
|
||||
// Flow
|
||||
|
||||
/// Declare a structured loop.
|
||||
Ref LoopMerge(Ref merge_block, Ref continue_target, spv::LoopControlMask loop_control,
|
||||
const std::vector<Ref>& literals = {});
|
||||
|
||||
/// The block label instruction: Any reference to a block is through this ref.
|
||||
Ref Label();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user