llvm-project/llvm/test/Transforms/VectorCombine
Artem Belevich c36c0fabd1 [VectorCombine] Avoid crossing address space boundaries.
We can not bitcast pointers across different address spaces, and VectorCombine
should be careful when it attempts to find the original source of the loaded
data.

Differential Revision: https://reviews.llvm.org/D89577
2020-10-16 13:19:31 -07:00
..
AArch64 [VectorCombine][SVE] Do not fold bitcast shuffle for scalable type. 2020-09-02 15:02:16 -07:00
AMDGPU [VectorCombine] Avoid crossing address space boundaries. 2020-10-16 13:19:31 -07:00
Hexagon [VectorCombine] add test for Hexagon that would crash; NFC 2020-08-12 08:38:20 -04:00
X86 [VectorCombine] limit load+insert transform to one-use 2020-09-17 14:29:15 -04:00