Shuffle pattern used when expanding a reduction intrinsic.

Synopsis

Declared in <llvm/Analysis/TargetTransformInfo.h>

enum class ReductionShuffle : int;

Members

Name

Description

SplitHalf

Recursively split the vector in half.

Pairwise

Reduce adjacent pairs, then combine those results.

Created with MrDocs