[all-commits] [llvm/llvm-project] f01df9: [VectorCombine] Add variants of multi-extract test...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri May 28 10:36:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f01df9805ce2f81a04550799aae9b2d2a24fce7c
https://github.com/llvm/llvm-project/commit/f01df9805ce2f81a04550799aae9b2d2a24fce7c
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-05-28 (Fri, 28 May 2021)
Changed paths:
M llvm/test/Transforms/VectorCombine/AArch64/load-extractelement-scalarization.ll
Log Message:
-----------
[VectorCombine] Add variants of multi-extract tests with assumes.
Commit: 007f268c35fcd9428ba13f3a9f288b997278c1a4
https://github.com/llvm/llvm-project/commit/007f268c35fcd9428ba13f3a9f288b997278c1a4
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-05-28 (Fri, 28 May 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
M llvm/test/Transforms/VectorCombine/AArch64/load-extractelement-scalarization.ll
Log Message:
-----------
[VectorCombine] Check indices for all extracts we scalarize.
We need to make sure that the indices of all extracts we scalarize are
valid.
Compare: https://github.com/llvm/llvm-project/compare/0159652058ca...007f268c35fc
More information about the All-commits
mailing list