llvm-project/llvm/test/Transforms/LoopVectorize/PowerPC
Jinsong Ji e29a2e6be4 [PowerPC][LoopVectorize] Extend getRegisterClassForType to consider double and other floating point type
In https://reviews.llvm.org/D67148, we use isFloatTy to test floating
point type, otherwise we return GPRRC.
So 'double' will be classified as GPRRC, which is not accurate.

This patch covers other floating point types.

Reviewed By: #powerpc, nemanjai

Differential Revision: https://reviews.llvm.org/D71946
2020-01-06 18:44:59 +00:00
..
agg-interleave-a2.ll
large-loop-rdx.ll
lit.local.cfg [lit] Delete empty lines at the end of lit.local.cfg NFC 2019-06-17 09:51:07 +00:00
massv-altivec.ll Initial support for IBM MASS vector library 2019-06-05 01:31:43 +00:00
massv-calls.ll Initial support for IBM MASS vector library 2019-06-05 01:31:43 +00:00
massv-nobuiltin.ll Initial support for IBM MASS vector library 2019-06-05 01:31:43 +00:00
massv-unsupported.ll Initial support for IBM MASS vector library 2019-06-05 01:31:43 +00:00
pr30990.ll
reg-usage.ll [PowerPC][LoopVectorize] Extend getRegisterClassForType to consider double and other floating point type 2020-01-06 18:44:59 +00:00
small-loop-rdx.ll
stride-vectorization.ll
vectorize-bswap.ll [PowerPC] Add missing legalization for vector BSWAP 2019-12-17 19:07:34 -06:00
vectorize-only-for-real.ll
vsx-tsvc-s173.ll