[all-commits] [llvm/llvm-project] e3fa7e: VectorCombine: refactor foldShuffleToIdentity (NFC...
Ramkumar Ramachandra via All-commits
all-commits at lists.llvm.org
Tue May 21 00:12:52 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e3fa7ee11d88dfaa82bf0c3fc3b69eac6c40a16a
https://github.com/llvm/llvm-project/commit/e3fa7ee11d88dfaa82bf0c3fc3b69eac6c40a16a
Author: Ramkumar Ramachandra <r at artagnon.com>
Date: 2024-05-21 (Tue, 21 May 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
Log Message:
-----------
VectorCombine: refactor foldShuffleToIdentity (NFC) (#92766)
Lift out the long lambdas into static functions, use C++ destructing
syntax, and fix other minor things to improve the readability of the
function.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list