[all-commits] [llvm/llvm-project] 9aa571: [SLP][NFC] Try to cleanup and better document some...
Valery Dmitriev via All-commits
all-commits at lists.llvm.org
Tue Oct 17 14:59:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9aa571f08041151b53bd781afeab1a14eee02d50
https://github.com/llvm/llvm-project/commit/9aa571f08041151b53bd781afeab1a14eee02d50
Author: Valery Dmitriev <valery.n.dmitriev at intel.com>
Date: 2023-10-17 (Tue, 17 Oct 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP][NFC] Try to cleanup and better document some isGatherShuffledEntry code. (#69384)
Outline some often used common code to dedicated variables in order
to make code compact. Rename variables to more accurately reflect
their purpose. Apply const qualifier where appropriate.
Fix and add bit more explanation comment for the existing code.
More information about the All-commits
mailing list