[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 02:43:55 PST 2024
================
@@ -61,7 +61,7 @@ set(sources
X86InstrFMA3Info.cpp
X86InstrFoldTables.cpp
X86InstrInfo.cpp
- X86EvexToVex.cpp
+ X86EvexToNonEvex.cpp
----------------
KanRobert wrote:
CompressEVEX
https://github.com/llvm/llvm-project/pull/77065
More information about the llvm-commits
mailing list