forked from OSchip/llvm-project
3f906c54a2
This new pattern mixes vector.transpose and direct lowering to vector.reduce. This allows more progressive lowering than immediately going to insert/extract and composes more nicely with other canonicalizations. This has 2 use cases: 1. for very wide vectors the generated IR may be much smaller 2. when we have a custom lowering for transpose ops we can target it directly rather than rely LLVM Differential Revision: https://reviews.llvm.org/D85428 |
||
---|---|---|
.. | ||
AVX512 | ||
Affine | ||
GPU | ||
LLVMIR | ||
Linalg | ||
OpenMP | ||
Quant | ||
SCF | ||
SPIRV | ||
Shape | ||
Standard | ||
Vector | ||
traits.mlir |