llvm-project/llvm/test/Transforms/LoadStoreVectorizer/AMDGPU
hyeongyu kim cf284f6c5e [LSV] Change the default value of InstertElement to poison
This patch is changing the InsertElement's placeholder to poison without changing the LSV's behavior.

Regardless of whether `StoreTy` is FixedVectorType or not, the poison value will be overwritten with a different value.
Therefore, whether the InsertElement's placeholder is poison or undef will not affect the result of the program.

Reviewed By: nikic

Differential Revision: https://reviews.llvm.org/D111005
2021-10-03 17:57:34 +09:00
..
aa-metadata.ll
adjust-alloca-alignment.ll
complex-index.ll
extended-index.ll
gep-bitcast.ll
insertion-point.ll
interleaved-mayalias-store.ll
invariant-load.ll
lit.local.cfg
merge-stores-private.ll
merge-stores.ll [LSV] Change the default value of InstertElement to poison 2021-10-03 17:57:34 +09:00
merge-vectors.ll
missing-alignment.ll
multiple_tails.ll
no-implicit-float.ll
optnone.ll
pointer-elements.ll [LSV] Change the default value of InstertElement to poison 2021-10-03 17:57:34 +09:00
selects-inseltpoison.ll Precommit transform tests that have poison as insertelement's placeholder 2020-12-24 11:46:17 +09:00
selects.ll
store_with_aliasing_load.ll
vect-ptr-ptr-size-mismatch.ll
weird-type-accesses.ll