[llvm] [SLP] NFC. ShuffleInstructionBuilder::add V1->getType() is always a (PR #99842)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 22 03:30:01 PDT 2024


================
@@ -12073,20 +12073,14 @@ class BoUpSLP::ShuffleInstructionBuilder final : public BaseShuffleAnalysis {
   void add(Value *V1, ArrayRef<int> Mask, bool = false) {
     V1 = castToScalarTyElem(V1);
----------------
alexey-bataev wrote:

Add the assertion for fixed vector type

https://github.com/llvm/llvm-project/pull/99842


More information about the llvm-commits mailing list