forked from OSchip/llvm-project
parent
74a1eef7c4
commit
22c49c6470
|
@ -8839,7 +8839,7 @@ static SDValue performConcatVectorsCombine(SDNode *N,
|
|||
static SDValue tryCombineFixedPointConvert(SDNode *N,
|
||||
TargetLowering::DAGCombinerInfo &DCI,
|
||||
SelectionDAG &DAG) {
|
||||
// Wait 'til after everything is legalized to try this. That way we have
|
||||
// Wait until after everything is legalized to try this. That way we have
|
||||
// legal vector types and such.
|
||||
if (DCI.isBeforeLegalizeOps())
|
||||
return SDValue();
|
||||
|
|
Loading…
Reference in New Issue