llvm-project/llvm/test/Transforms/SLPVectorizer/AMDGPU
Alexey Bataev b505fd559d [SLP]Redesign vectorization of the gather nodes.
Gather nodes are vectorized as simply vector of the scalars instead of
relying on the actual node. It leads to the fact that in some cases
we may miss incorrect transformation (non-matching set of scalars is
just ended as a gather node instead of possible vector/gather node).
Better to rely on the actual nodes, it allows to improve stability and
better detect missed cases.

Differential Revision: https://reviews.llvm.org/D135174
2022-11-10 10:59:54 -08:00
..
add_sub_sat-inseltpoison.ll
add_sub_sat.ll
address-space-ptr-sze-gep-index-assert.ll [test][SLPVectorizer] Use -passes syntax in RUN lines. NFC 2022-10-13 10:44:38 +02:00
bswap-inseltpoison.ll [test][SLPVectorizer] Use -passes syntax in RUN lines. NFC 2022-10-13 10:44:38 +02:00
bswap.ll [test][SLPVectorizer] Use -passes syntax in RUN lines. NFC 2022-10-13 10:44:38 +02:00
crash_extract_subvector_cost.ll [test][SLPVectorizer] Use -passes syntax in RUN lines. NFC 2022-10-13 10:44:38 +02:00
horizontal-store.ll
lit.local.cfg
packed-math.ll [SLP]Redesign vectorization of the gather nodes. 2022-11-10 10:59:54 -08:00
phi-result-use-order.ll Reapply "[SLP] Extend reordering data of tree entry to support PHInodes". 2022-11-08 21:21:28 +05:30
reduction.ll
round-inseltpoison.ll [test][SLPVectorizer] Use -passes syntax in RUN lines. NFC 2022-10-13 10:44:38 +02:00
round.ll [test][SLPVectorizer] Use -passes syntax in RUN lines. NFC 2022-10-13 10:44:38 +02:00
slp-v2f32.ll [test][SLPVectorizer] Use -passes syntax in RUN lines. NFC 2022-10-13 10:44:38 +02:00