Skip to content

Commit 34a3ff2

Browse files
committed
fixup! remove comment about division
1 parent d54e830 commit 34a3ff2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10955,8 +10955,6 @@ void TargetLowering::forceExpandWideMUL(SelectionDAG &DAG, const SDLoc &dl,
1095510955
EVT WideVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits() * 2);
1095610956
// We can fall back to a libcall with an illegal type for the MUL if we
1095710957
// have a libcall big enough.
10958-
// Also, we can fall back to a division in some cases, but that's a big
10959-
// performance hit in the general case.
1096010958
RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL;
1096110959
if (WideVT == MVT::i16)
1096210960
LC = RTLIB::MUL_I16;

0 commit comments

Comments
 (0)