[llvm] [X86] Support EVEX compression for EGPR (PR #77202)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 7 02:14:15 PST 2024
================
@@ -29,8 +29,10 @@ class X86Subtarget;
namespace X86 {
enum AsmComments {
+ // For instr that was compressed from EVEX to LEGACY.
+ AC_EVEX_2_LEGACY = MachineInstr::TAsmComments,
----------------
phoebewang wrote:
Why we need to associate with this value? Will it be a problem if there's new Flag added after `MachineInstr::TAsmComments`?
https://github.com/llvm/llvm-project/pull/77202
More information about the llvm-commits
mailing list