Mel Chen
0158d86ab3
[LV] Change the test cases to ensure that the trip count is not zero. (NFC)
...
Reviewed By: fhahn
Differential Revision: https://reviews.llvm.org/D154415
2023-07-11 19:12:59 -07:00
Mel Chen
3e84fc857f
[LV] Harden the test of the minmax with index pattern. (NFC)
...
- Add test config: -force-vector-width=4 -force-vector-interleave=1
- New test case: The test case both returns the minimum value and the index.
Reviewed By: fhahn
Differential Revision: https://reviews.llvm.org/D143905
2023-02-20 03:16:28 -08:00
Florian Hahn
40621ff4b8
[LV] Also check interleaving only in select-min-index.ll
...
The new combination exposed a crash in earlier versions of
D132063.
2023-02-06 11:30:14 +00:00
Florian Hahn
4f04be5649
[LV] Add tests for vectorizing select of minimum idx idiom.
...
Test cases for selecting the index with the minimum value.
2022-08-14 17:44:11 +01:00