Method AddLoopVectorizePass
AddLoopVectorizePass<T>(T)
Adds a loop vectorizer pass
Declaration
public static T AddLoopVectorizePass<T>([ValidatedNotNull] this T passManager)
where T : PassManager
Parameters
public static T AddLoopVectorizePass<T>([ValidatedNotNull] this T passManager)
where T : PassManager
T | passManager | Pass manager to add the pass to |
Returns
T |
|
Type Parameters
T | PassManager type |