Method AddLowerConstantIntrinsicsPass
AddLowerConstantIntrinsicsPass<T>(T)
Adds a Lower Constant Intrinsics pass to the manager
Declaration
public static T AddLowerConstantIntrinsicsPass<T>([ValidatedNotNull] this T passManager)
where T : PassManager
Parameters
public static T AddLowerConstantIntrinsicsPass<T>([ValidatedNotNull] this T passManager)
where T : PassManager
T | passManager | THe pass manager to add the pass to |
Returns
T |
|
Type Parameters
T | Type of pass manager to add the pass to |