Skip to content

Commit 0e3e1e4

Browse files
author
Leon Clark
committed
Merge branch 'blend_broadcasts' of https://github.com/PeddleSpam/llvm-project into blend_broadcasts
2 parents 1016286 + 0ca84cb commit 0e3e1e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/Target/X86/X86ISelLowering.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9246,6 +9246,8 @@ X86TargetLowering::LowerBUILD_VECTOR(SDValue Op, SelectionDAG &DAG) const {
92469246
return BitOp;
92479247
if (SDValue Blend = lowerBuildVectorAsBlend(BV, dl, Subtarget, DAG))
92489248
return Blend;
9249+
if (SDValue Blend = lowerBuildVectorAsBlend(BV, dl, Subtarget, DAG))
9250+
return Blend;
92499251

92509252
unsigned NumZero = ZeroMask.popcount();
92519253
unsigned NumNonZero = NonZeroMask.popcount();

0 commit comments

Comments
 (0)