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 d526fa3 commit 20effe5Copy full SHA for 20effe5
llvm/lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp
@@ -54,6 +54,8 @@ void HexagonSelectionDAGInfo::verifyTargetNode(const SelectionDAG &DAG,
54
break;
55
case HexagonISD::VALIGNADDR:
56
// invalid number of operands; expected 1, got 2
57
+ case HexagonISD::VINSERTW0:
58
+ // operand #1 must have type i32, but has type v4i8/v2i16
59
return;
60
}
61
0 commit comments