Method AddInstructionCombiningPass
AddInstructionCombiningPass<T>(T)
Adds the Instruction Combining pass to the manager
Declaration
public static T AddInstructionCombiningPass<T>([ValidatedNotNull] this T passManager)
where T : PassManager
Parameters
public static T AddInstructionCombiningPass<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 |