Issue 204011
Summary [SLP] Non-strided stores recognized as strided stores by analyzeRtStrideCandidate()
Labels llvm:SLPVectorizer
Assignees bababuck
Reporter bababuck
    Seen in `x264` when testing costing changes.

Near strided store cases such as the following are being considered widened strided stores.
```
1
2
3
stride
stride + 1
stride + 2
stride + 3
2 * stride
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to