Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/SPIRV-Tools
/ JoinNonDebugInsts
Function
JoinNonDebugInsts
test/opt/pass_utils.cpp:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
std::string JoinNonDebugInsts(const std::vector<const char*>& insts) {
97
return SelectiveJoin(
98
insts, [](const char* inst) { return ContainsDebugOpcode(inst); });
99
}
100
101
} // namespace opt
102
} // namespace spvtools
Callers
3
TEST_F
Function · 0.85
TEST_P
Function · 0.85
TEST
Function · 0.85
Calls
2
SelectiveJoin
Function · 0.85
ContainsDebugOpcode
Function · 0.85
Tested by
3
TEST_F
Function · 0.68
TEST_P
Function · 0.68
TEST
Function · 0.68