Skip to content

Commit f94dbe1

Browse files
committed
Add TODO comment to add additional conversion opcodes
1 parent 441954a commit f94dbe1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/X86/X86ISelLowering.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42526,6 +42526,7 @@ bool X86TargetLowering::SimplifyDemandedVectorEltsForTargetNode(
4252642526
return TLO.CombineTo(Op, Insert);
4252742527
}
4252842528
// Conversions.
42529+
// TODO: Add more CVT opcodes when we have test coverage.
4252942530
case X86ISD::CVTTP2SI:
4253042531
case X86ISD::CVTTP2UI:
4253142532
case X86ISD::CVTPH2PS: {

0 commit comments

Comments
 (0)