llvm-project/llvm/test/Transforms/LoadStoreVectorizer
Volkan Keles 63081dc6f6 LoadStoreVectorizer: Match nested adds to prove vectorization is safe
If both OpA and OpB is an add with NSW/NUW and with the same LHS operand,
we can guarantee that the transformation is safe if we can prove that OpA
won't overflow when IdxDiff added to the RHS of OpA.

Review: https://reviews.llvm.org/D79817
2020-05-18 12:13:01 -07:00
..
AMDGPU AMDGPU: Fix broken check lines 2020-04-01 10:52:22 -07:00
NVPTX
X86 LoadStoreVectorizer: Match nested adds to prove vectorization is safe 2020-05-18 12:13:01 -07:00
int_sideeffect.ll