[all-commits] [llvm/llvm-project] 7f793b: [X86][NFC] Remove unused encoding string: VK[1/2/4...

MorningLiu via All-commits all-commits at lists.llvm.org
Thu Sep 9 22:42:58 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7f793b102c9a11eddcf247da8043a3556581e7c1
      https://github.com/llvm/llvm-project/commit/7f793b102c9a11eddcf247da8043a3556581e7c1
  Author: Liu, Chen3 <chen3.liu at intel.com>
  Date:   2021-09-10 (Fri, 10 Sep 2021)

  Changed paths:
    M llvm/utils/TableGen/X86RecognizableInstr.cpp

  Log Message:
  -----------
  [X86][NFC] Remove unused encoding string: VK[1/2/4/8/16]PAIR

This is also a bug. The VK[1/2/4/8/16]PAIR here should be VK[1/2/4/8/16]Pair which has its
custom PrintMethod and ParserMatchClass. However we don't have any instructions using vvvv
and ModR/M.REG field so this issue is not exposed.

Differential Revision: https://reviews.llvm.org/D109564




More information about the All-commits mailing list