[all-commits] [llvm/llvm-project] 6226e4: [X86][NFC] Use mnemonic tables in validateInstruct...

Amir Ayupov via All-commits all-commits at lists.llvm.org
Tue Jun 14 12:11:59 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6226e46c5f1113e8680496a92a4868b6ce3ca829
      https://github.com/llvm/llvm-project/commit/6226e46c5f1113e8680496a92a4868b6ce3ca829
  Author: Amir Ayupov <aaupov at fb.com>
  Date:   2022-06-14 (Tue, 14 Jun 2022)

  Changed paths:
    M llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp

  Log Message:
  -----------
  [X86][NFC] Use mnemonic tables in validateInstruction 3/4

Group switch cases by opcode:
- V4FMADDPS
- V4FMADDSS
- V4FNMADDPS
- V4FNMADDSS
- VP4DPWSSDS
- VP4DPWSSD

Reviewed By: craig.topper

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




More information about the All-commits mailing list