================
@@ -25493,8 +25493,8 @@ class HorizontalReduction {
                  dbgs() << "> of " << VectorizedValue << ". (HorRdx)\n");
       if (NeedShuffle)
         VectorizedValue = Builder.CreateShuffleVector(
-            VectorizedValue,
-            ConstantVector::getNullValue(VectorizedValue->getType()), Mask);
+            VectorizedValue, 
Constant::getNullValue(VectorizedValue->getType()),
----------------
arichardson wrote:

```suggestion
            VectorizedValue, Constant::getZeroValue(VectorizedValue->getType()),
```

https://github.com/llvm/llvm-project/pull/166667
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to