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 230f332 commit 12a677aCopy full SHA for 12a677a
llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
@@ -5296,6 +5296,11 @@ void SelectionDAGLegalize::PromoteNode(SDNode *Node) {
5296
case ISD::SMAX:
5297
case ISD::UMIN:
5298
case ISD::UMAX:
5299
+ case ISD::SUB:
5300
+ case ISD::ADD:
5301
+ case ISD::SHL:
5302
+ case ISD::SRL:
5303
+ case ISD::SRA:
5304
case ISD::AND:
5305
case ISD::OR:
5306
case ISD::XOR: {
0 commit comments