[all-commits] [llvm/llvm-project] 282b56: [VectorCombine] foldShuffleOfBinops - add support ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Apr 24 02:19:12 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 282b56f43d5dfac1dda548924e91fbc380451603
https://github.com/llvm/llvm-project/commit/282b56f43d5dfac1dda548924e91fbc380451603
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-04-24 (Wed, 24 Apr 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
M llvm/test/Transforms/VectorCombine/X86/shuffle-of-binops.ll
Log Message:
-----------
[VectorCombine] foldShuffleOfBinops - add support for length changing shuffles (#88899)
Refactor to be closer to foldShuffleOfCastops - sibling patch to #88743 that can be used to address some of the issues identified in #88693
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