Files
clang-p2996/llvm/test/Transforms/SLPVectorizer/RISCV
Alexey Bataev f6e01b9ece [SLP]Do not trunc bv nodes, if the user is vectorized an requires wider type.
If at least a single user of the gathered trunc'ed instruction is
vectorized and requires wider type, than the trunc node, such
gathers/buildvectors should not be optimized for better bitwidth.
2024-07-19 07:28:04 -07:00
..