[LV] Add tests for integer min max with index reduction pattern. (NFC)
authorMel Chen <mel.chen@sifive.com>
Thu, 23 Mar 2023 09:01:29 +0000 (02:01 -0700)
committerMel Chen <mel.chen@sifive.com>
Fri, 28 Apr 2023 12:13:23 +0000 (05:13 -0700)
commitde01dba7f2299d2c68afba0e24866a303914466a
treee5fb4dc54c882ca470ea7a3e216f4ed52e505a73
parent2c9d21a2a3593029213df9492b163195e631e491
[LV] Add tests for integer min max with index reduction pattern. (NFC)

The test case for signed max with index, include strict and non-strict
max.

Reviewed By: fhahn

Differential Revision: https://reviews.llvm.org/D146718
llvm/test/Transforms/LoopVectorize/smax-idx.ll [new file with mode: 0644]