We were testing the backedge-taken count with -1, when it's just as simple to test the trip count with zero. Given we need to calculate the trip count anyway, this removes code in the loop vectorizer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM