We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb45125 commit efa234fCopy full SHA for efa234f
llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
@@ -2217,7 +2217,7 @@ SDValue DAGTypeLegalizer::PromoteIntOp_BITCAST(SDNode *N) {
2217
2218
switch (getTypeAction(InVT)) {
2219
case TargetLowering::TypePromoteInteger: {
2220
- // TODO: Handle big endian
+ // TODO: Handle big endian & vector input type.
2221
if (OutVT.isVector() && !InVT.isVector() &&
2222
DAG.getDataLayout().isLittleEndian()) {
2223
EVT EltVT = OutVT.getVectorElementType();
0 commit comments