[LV] Add tests for vectorizing select of minimum idx idiom.
authorFlorian Hahn <flo@fhahn.com>
Sun, 14 Aug 2022 16:44:11 +0000 (17:44 +0100)
committerFlorian Hahn <flo@fhahn.com>
Sun, 14 Aug 2022 16:44:11 +0000 (17:44 +0100)
commit4f04be564907fb7ddff8ebc7773b892a93b00f2e
tree217b154143d110e10844b509e091ebc184fa347d
parent8b47e29fa08e6234d67243e301ffe12f69a2d3af
[LV] Add tests for vectorizing select of minimum idx idiom.

Test cases for selecting the index with the minimum value.
llvm/test/Transforms/LoopVectorize/select-min-index.ll [new file with mode: 0644]