Files
clang-p2996/llvm/test/Transforms/SLPVectorizer/AArch64
David Green 31fd6b8eec [SLP] Protect against scalable vector users.
We started seeing a crash after 8a0bfe4905 that
the user could be scalable, meaning the typesize is scalable and an implicit
convertion to uint64_t could be performed. Protect against that by making sure
the users type is not scalable.
2024-04-05 11:30:14 +01:00
..