[all-commits] [llvm/llvm-project] 094faa: [VectorCombine] Add test showing issue when runnin...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Oct 14 06:04:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 094faa5fcabd0a6eeec816e6449220a850b004f2
https://github.com/llvm/llvm-project/commit/094faa5fcabd0a6eeec816e6449220a850b004f2
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-10-14 (Thu, 14 Oct 2021)
Changed paths:
M llvm/test/Transforms/PhaseOrdering/AArch64/matrix-extract-insert.ll
Log Message:
-----------
[VectorCombine] Add test showing issue when running VectorCombine early.
Running -vector-combine early can introduce new vector operations,
blocking loop/SLP vectorization. The added test case could be better
optimized by the SLPVectorizer if no new vector operations are added
early.
More information about the All-commits
mailing list