File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
llvm/lib/CodeGen/SelectionDAG Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -2305,8 +2305,6 @@ SDValue DAGTypeLegalizer::PromoteIntOp_VECREDUCE(SDNode *N) {
2305
2305
// to either sign_ext or zero_ext in the undefined case.
2306
2306
switch (TLI.getBooleanContents (InVT)) {
2307
2307
case TargetLoweringBase::UndefinedBooleanContent:
2308
- Op = SExtOrZExtPromotedInteger (N->getOperand (0 ));
2309
- break ;
2310
2308
case TargetLoweringBase::ZeroOrOneBooleanContent:
2311
2309
Op = ZExtPromotedInteger (N->getOperand (0 ));
2312
2310
break ;
@@ -2326,8 +2324,6 @@ SDValue DAGTypeLegalizer::PromoteIntOp_VECREDUCE(SDNode *N) {
2326
2324
// to either sign_ext or zero_ext in the undefined case.
2327
2325
switch (TLI.getBooleanContents (InVT)) {
2328
2326
case TargetLoweringBase::UndefinedBooleanContent:
2329
- Op = SExtOrZExtPromotedInteger (N->getOperand (0 ));
2330
- break ;
2331
2327
case TargetLoweringBase::ZeroOrOneBooleanContent:
2332
2328
Op = ZExtPromotedInteger (N->getOperand (0 ));
2333
2329
break ;
You can’t perform that action at this time.
0 commit comments