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 c2f50fc commit bf8421eCopy full SHA for bf8421e
llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
@@ -5042,7 +5042,6 @@ void X86DAGToDAGISel::Select(SDNode *Node) {
5042
case Intrinsic::x86_encodekey256:
5043
Opcode = GET_EGPR_IF_ENABLED(X86::ENCODEKEY256);
5044
break;
5045
-#undef GET_EGPR_IF_ENABLED
5046
}
5047
5048
SDValue Chain = Node->getOperand(0);
@@ -6399,7 +6398,6 @@ void X86DAGToDAGISel::Select(SDNode *Node) {
6399
6398
switch (Node->getOpcode()) {
6400
default:
6401
llvm_unreachable("Unexpected opcode!");
6402
-#define GET_EGPR_IF_ENABLED(OPC) (Subtarget->hasEGPR() ? OPC##_EVEX : OPC)
6403
case X86ISD::AESENCWIDE128KL:
6404
Opcode = GET_EGPR_IF_ENABLED(X86::AESENCWIDE128KL);
6405
0 commit comments