Skip to content

Commit 4f8296c

Browse files
committed
let SelectionDAG expand v2f32 operands of bitcast
1 parent db40043 commit 4f8296c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2163,6 +2163,9 @@ SDValue NVPTXTargetLowering::LowerBITCAST(SDValue Op, SelectionDAG &DAG) const {
21632163
DAG.getBitcast(MVT::i32, BVOp0),
21642164
DAG.getBitcast(MVT::i32, BVOp1));
21652165
}
2166+
2167+
// Otherwise, let SelectionDAG expand the operand
2168+
return SDValue();
21662169
}
21672170
return Op;
21682171
}

0 commit comments

Comments
 (0)