[llvm] [X86] Support lowering for APX promoted BMI instructions. (PR #77433)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 9 17:56:08 PST 2024
================
@@ -4087,14 +4087,17 @@ MachineSDNode *X86DAGToDAGISel::matchBEXTRFromAndImm(SDNode *Node) {
SDValue Control;
unsigned ROpc, MOpc;
+#define GET_EGPR_IF_ENABLED(OPC) Subtarget->hasEGPR() ? OPC##_EVEX : OPC
----------------
XinWang10 wrote:
Done.
https://github.com/llvm/llvm-project/pull/77433
More information about the llvm-commits
mailing list