Skip to content

Commit 980a2f7

Browse files
committed
!fixup update after merge.
1 parent 1280413 commit 980a2f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Transforms/Vectorize/VPlanUtils.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ inline bool isUniformAfterVectorization(const VPValue *VPV) {
4545
return true;
4646
if (auto *Rep = dyn_cast<VPReplicateRecipe>(VPV))
4747
return Rep->isUniform();
48-
if (isa<VPWidenGEPRecipe, VPDerivedIVRecipe, VPScalarCastRecipe,
49-
VPBlendRecipe>(VPV))
48+
if (isa<VPWidenGEPRecipe, VPDerivedIVRecipe, VPBlendRecipe>(VPV))
5049
return all_of(VPV->getDefiningRecipe()->operands(),
5150
isUniformAfterVectorization);
5251
if (auto *VPI = dyn_cast<VPInstruction>(VPV))

0 commit comments

Comments
 (0)