summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-fuse-satcoop.h
blob: 1201acdc1231089586d868fbd087230322c07518 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

namespace Slang
{
struct CodeGenContext;
struct IRModule;
struct IRType;

/// Fuse adjacent calls to saturated_cooperation
void fuseCallsToSaturatedCooperation(IRModule* module);
} // namespace Slang