[PATCH] D153755: [GlobalISel] Generalize `InstructionSelector` Match Tables

Pierre van Houtryve via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 11 00:42:56 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG1fe7d9c79967: [GlobalISel] Generalize `InstructionSelector` Match Tables (authored by Pierre-vh).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153755/new/

https://reviews.llvm.org/D153755

Files:
  llvm/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutor.h
  llvm/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutorImpl.h
  llvm/include/llvm/CodeGen/GlobalISel/InstructionSelector.h
  llvm/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
  llvm/lib/CodeGen/GlobalISel/CMakeLists.txt
  llvm/lib/CodeGen/GlobalISel/GIMatchTableExecutor.cpp
  llvm/lib/CodeGen/GlobalISel/InstructionSelector.cpp
  llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
  llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
  llvm/lib/Target/ARM/ARMInstructionSelector.cpp
  llvm/lib/Target/M68k/GISel/M68kInstructionSelector.cpp
  llvm/lib/Target/Mips/MipsInstructionSelector.cpp
  llvm/lib/Target/PowerPC/GISel/PPCInstructionSelector.cpp
  llvm/lib/Target/RISCV/GISel/RISCVInstructionSelector.cpp
  llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
  llvm/lib/Target/X86/X86InstructionSelector.cpp
  llvm/test/TableGen/ContextlessPredicates.td
  llvm/test/TableGen/GlobalISelEmitter-PR39045.td
  llvm/test/TableGen/GlobalISelEmitter.td
  llvm/test/TableGen/GlobalISelEmitterCustomPredicate.td
  llvm/test/TableGen/GlobalISelEmitterOverloadedPtr.td
  llvm/test/TableGen/immarg-predicated.td
  llvm/test/TableGen/predicate-patfags.td
  llvm/utils/TableGen/GlobalISelEmitter.cpp
  llvm/utils/TableGen/GlobalISelMatchTable.cpp
  llvm/utils/TableGen/GlobalISelMatchTable.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153755.538936.patch
Type: text/x-patch
Size: 108273 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230711/30f7ab0f/attachment-0001.bin>


More information about the llvm-commits mailing list