Skip to content

Commit ee47d9d

Browse files
committed
Add TOOD comment to add additional conversion opcodes
1 parent b20332c commit ee47d9d

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
@@ -42520,6 +42520,7 @@ bool X86TargetLowering::SimplifyDemandedVectorEltsForTargetNode(
4252042520
return TLO.CombineTo(Op, Insert);
4252142521
}
4252242522
// Conversions.
42523+
// TODO: Add more CVT opcodes when we have test coverage.
4252342524
case X86ISD::CVTTP2SI:
4252442525
case X86ISD::CVTTP2UI:
4252542526
case X86ISD::CVTPH2PS: {

0 commit comments

Comments
 (0)