[all-commits] [llvm/llvm-project] cc3986: [LV] Reorganize and extend in-loop reduction tests.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Jul 26 15:23:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cc398664369641004a9562d174ea7c5569ceefe0
https://github.com/llvm/llvm-project/commit/cc398664369641004a9562d174ea7c5569ceefe0
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-07-26 (Wed, 26 Jul 2023)
Changed paths:
A llvm/test/Transforms/LoopVectorize/reduction-inloop-min-max.ll
M llvm/test/Transforms/LoopVectorize/reduction-inloop.ll
Log Message:
-----------
[LV] Reorganize and extend in-loop reduction tests.
Split off min-max in-loop reduction tests into separate file and extend
them by adding tests with
* min & max intrinsics
* fmuladd with permuted operands
* min & max select tests with permuted operands.
Adds extra test coverage as suggested in D155845.
More information about the All-commits
mailing list