Shuffle pattern used when expanding a reduction intrinsic.
Synopsis
Declared in <llvm/Analysis/TargetTransformInfo.h>
enum class ReductionShuffle : int;
Members
Name |
Description |
|
Recursively split the vector in half. |
|
Reduce adjacent pairs, then combine those results. |
Created with MrDocs