[all-commits] [llvm/llvm-project] 516a9f: [VectorCombine] Add Cmp and Select for shuffleToId...
David Green via All-commits
all-commits at lists.llvm.org
Tue May 28 05:10:41 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 516a9f5183446d695c701fcdc562d543c9ccb297
https://github.com/llvm/llvm-project/commit/516a9f5183446d695c701fcdc562d543c9ccb297
Author: David Green <david.green at arm.com>
Date: 2024-05-28 (Tue, 28 May 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
M llvm/test/Transforms/VectorCombine/AArch64/shuffletoidentity.ll
Log Message:
-----------
[VectorCombine] Add Cmp and Select for shuffleToIdentity (#92794)
Other than some additional checks needed for compare predicates and
selects with scalar condition operands, these are relatively simple
additions to what already exists.
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