This patch is part of a larger simplification effort of vector transfer
operations. It removes the flag lower-permutation-maps from
VectorToSCF conversion and enables the lowering of permutation maps
by default. This means that VectorToSCF will always lower permutation
maps to independent broadcast/transpose operations before lowering
vector operations to SCF.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo