MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / CreateUpgradeMemoryModelPass

Function CreateUpgradeMemoryModelPass

source/opt/optimizer.cpp:1047–1050  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1045}
1046
1047Optimizer::PassToken CreateUpgradeMemoryModelPass() {
1048 return MakeUnique<Optimizer::PassToken::Impl>(
1049 MakeUnique<opt::UpgradeMemoryModel>());
1050}
1051
1052Optimizer::PassToken CreateConvertRelaxedToHalfPass() {
1053 return MakeUnique<Optimizer::PassToken::Impl>(

Callers 1

RegisterPassFromFlagMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected