[llvm] [X86][MC] Compress APX Promoted instrs from evex to legacy encoding to save code size. (PR #77065)

Shengchen Kan via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 5 23:27:36 PST 2024


================
@@ -30,7 +30,9 @@ namespace X86 {
 
 enum AsmComments {
   // For instr that was compressed from EVEX to VEX.
-  AC_EVEX_2_VEX = MachineInstr::TAsmComments
+  AC_EVEX_2_VEX = MachineInstr::TAsmComments,
----------------
KanRobert wrote:

Never mind this suggestion

https://github.com/llvm/llvm-project/pull/77065


More information about the llvm-commits mailing list