[all-commits] [llvm/llvm-project] f45a3f: [VectorCombine] NFC: rename test extract-cmp-binop...
sdesmalen-arm via All-commits
all-commits at lists.llvm.org
Thu Jul 7 01:37:58 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f45a3f7f9bf9a656e8a08a9d64a6dd4dd61a47b6
https://github.com/llvm/llvm-project/commit/f45a3f7f9bf9a656e8a08a9d64a6dd4dd61a47b6
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2022-07-07 (Thu, 07 Jul 2022)
Changed paths:
R llvm/test/Transforms/VectorCombine/AArch64/extract-cmp-binop.ll
A llvm/test/Transforms/VectorCombine/AArch64/extract-scalable.ll
Log Message:
-----------
[VectorCombine] NFC: rename test extract-cmp-binop.ll to extract-scalable.ll
Commit: 519d7876cbee5a5d3cd40d41525cd45e44fb07a8
https://github.com/llvm/llvm-project/commit/519d7876cbee5a5d3cd40d41525cd45e44fb07a8
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2022-07-07 (Thu, 07 Jul 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
M llvm/test/Transforms/VectorCombine/AArch64/extract-scalable.ll
Log Message:
-----------
[VectorCombine] Avoid creating shuffle for extract-extract pattern on scalable vector.
This addresses https://github.com/llvm/llvm-project/issues/56377
Reviewed By: fhahn
Differential Revision: https://reviews.llvm.org/D129136
Compare: https://github.com/llvm/llvm-project/compare/4a579abd9f95...519d7876cbee
More information about the All-commits
mailing list