[all-commits] [llvm/llvm-project] 2110fa: [NFC][TableGen][X86] Use StringSwitch to map from ...

Rahul Joshi via All-commits all-commits at lists.llvm.org
Thu May 15 05:31:27 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2110faaf5546c06fa4e06697eff8842f19302221
      https://github.com/llvm/llvm-project/commit/2110faaf5546c06fa4e06697eff8842f19302221
  Author: Rahul Joshi <rjoshi at nvidia.com>
  Date:   2025-05-15 (Thu, 15 May 2025)

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

  Log Message:
  -----------
  [NFC][TableGen][X86] Use StringSwitch to map from string -> enum (#139929)

Use StringSwitch instead of macro to map from a string to enum values in
X86RecognizableInstr.cpp.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list