Files
clang-p2996/llvm/test/Transforms/SLPVectorizer
Alexey Bataev 3742c2a83c [SLP]Use stored signedness after minbitwidth analysis.
Need to used stored signedness info for the root node instead of
recalculating it after the vectorization, which may lead to a compiler
crash.
2024-07-10 03:58:00 -07:00
..