[all-commits] [llvm/llvm-project] d124b0: [X86][MC] Fix wrong encoding of promoted BMI instr...

XinWang10 via All-commits all-commits at lists.llvm.org
Thu Jan 18 08:27:28 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d124b0224241f58847f06eb588685dc88bb627a0
      https://github.com/llvm/llvm-project/commit/d124b0224241f58847f06eb588685dc88bb627a0
  Author: XinWang10 <108658776+XinWang10 at users.noreply.github.com>
  Date:   2024-01-19 (Fri, 19 Jan 2024)

  Changed paths:
    M llvm/lib/Target/X86/X86InstrMisc.td
    M llvm/lib/Target/X86/X86InstrSSE.td
    M llvm/lib/Target/X86/X86InstrUtils.td
    M llvm/test/MC/Disassembler/X86/apx/bmi2.txt
    M llvm/test/MC/X86/apx/bmi2-att.s
    M llvm/test/MC/X86/apx/bmi2-intel.s

  Log Message:
  -----------
  [X86][MC] Fix wrong encoding of promoted BMI instructions due to missing NoCD8 (#78386)

Address review comments in #76709

Add `NoCD8` to class `ITy`, and rewrite the promoted instructions with
`ITy` to avoid unexpected incorrect encoding about `NoCD8`.




More information about the All-commits mailing list