-
- Downloads
[X86][APX] Fix wrong encoding of promoted KMOV instructions due to missing NoCD8 (#109579)
Promoted KMOV* was encoded with CD8 incorrectly, see https://godbolt.org/z/cax513hG1 (cherry picked from commit 0d334d83a4c7ce16fa1bc0e5e56bbdeaf01c2b2d)
Showing
- llvm/lib/Target/X86/X86InstrAVX512.td 14 additions, 13 deletionsllvm/lib/Target/X86/X86InstrAVX512.td
- llvm/test/MC/Disassembler/X86/apx/kmov.txt 16 additions, 0 deletionsllvm/test/MC/Disassembler/X86/apx/kmov.txt
- llvm/test/MC/X86/apx/kmov-att.s 13 additions, 1 deletionllvm/test/MC/X86/apx/kmov-att.s
- llvm/test/MC/X86/apx/kmov-intel.s 12 additions, 0 deletionsllvm/test/MC/X86/apx/kmov-intel.s
Please register or sign in to comment