[all-commits] [llvm/llvm-project] 0e163e: [X86][MC] Not emit {evex} for VEX-promoted instruc...
Shengchen Kan via All-commits
all-commits at lists.llvm.org
Fri Dec 1 00:18:48 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e163e75d44cfa024092cda5099bd41af2218215
https://github.com/llvm/llvm-project/commit/0e163e75d44cfa024092cda5099bd41af2218215
Author: Shengchen Kan <shengchen.kan at intel.com>
Date: 2023-12-01 (Fri, 01 Dec 2023)
Changed paths:
M llvm/lib/Target/X86/X86InstrAVX512.td
M llvm/test/MC/Disassembler/X86/apx/kmov.txt
M llvm/test/MC/X86/apx/kmov-att.s
M llvm/test/MC/X86/apx/kmov-intel.s
Log Message:
-----------
[X86][MC] Not emit {evex} for VEX-promoted instructions with GPR operands (#74039)
To align with
1. GNU binutils's behavior for APX instructions
2. LLVM's behaviour for EVEX intructions with VEX variant
More information about the All-commits
mailing list