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 |
||
---|---|---|
.. | ||
cmake/modules | ||
docs | ||
examples | ||
include | ||
integration_test | ||
lib | ||
test | ||
tools | ||
unittests | ||
utils | ||
.clang-format | ||
.clang-tidy | ||
CMakeLists.txt | ||
LICENSE.TXT | ||
README.md |
README.md
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.