This test is for a missed SLP vectorizer opportunity, reported here
https://bugs.llvm.org/show_bug.cgi?id=44593. This is due to a cost
modelling issue with vector reduction intrinsics which will be
fixed in a future commit (see https://reviews.llvm.org/D104538).
Details
Details
- Reviewers
SjoerdMeijer
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
170 ms | x64 windows > Clang.Driver::cl-include.c |
Event Timeline
Comment Actions
Do we have tests for the other reductions? If not, might be good to have a test file for all of them?
Comment Actions
Hi Florian, I'm happy to add more tests later but I just wanted a review for this one first as I am new to LLVM.