Method AddPromoteMemoryToRegisterPass
AddPromoteMemoryToRegisterPass<T>(T)
Adds an Promote memory to Register pass to the manager
Declaration
public static T AddPromoteMemoryToRegisterPass<T>([ValidatedNotNull] this T passManager)
where T : PassManager
Parameters
public static T AddPromoteMemoryToRegisterPass<T>([ValidatedNotNull] this T passManager)
where T : PassManager
T | passManager | Pass manager to add the pass to |
Returns
T |
|
Type Parameters
T | Type of pass manager to add the pass to |