[all-commits] [llvm/llvm-project] 24590d: [SLP]Improved isGatherShuffledEntry, NFC.
cilkplus via All-commits
all-commits at lists.llvm.org
Tue Apr 27 06:01:12 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 24590d8d67d8596130917ac65bed3e9a35272924
https://github.com/llvm/llvm-project/commit/24590d8d67d8596130917ac65bed3e9a35272924
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2021-04-27 (Tue, 27 Apr 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP]Improved isGatherShuffledEntry, NFC.
Reworked isGatherShuffledEntry function, simplified and moved
common code to the lambda (it shall go away when non-power-2 patch will
be landed).
More information about the All-commits
mailing list