Files
clang-p2996/llvm/test/Transforms/SLPVectorizer/RISCV
Alexey Bataev 1160994602 [SLP]Fix a crash for very long GEP chains
Need to check if the GEP bases are equal and return false early. Also,
need to return false if the lookup is too deep, considering bases equal
too. Fixes a crash in the assertion.
2025-01-08 06:47:41 -08:00
..