[PATCH] D158714: [GlobalISel] Cleanup Combine.td

Pierre van Houtryve via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 24 00:43:30 PDT 2023


Pierre-vh created this revision.
Pierre-vh added reviewers: arsenm, aemerson.
Herald added subscribers: foad, kerbowa, atanasyan, jrtc27, hiraditya, jvesely, sdardis.
Herald added a project: All.
Pierre-vh requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

Now that the old backend is gone, clean-up a few things that no longer make sense and tidy up the file a bit.

Depends on D158710 <https://reviews.llvm.org/D158710>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D158714

Files:
  llvm/include/llvm/Target/GlobalISel/Combine.td
  llvm/lib/Target/AArch64/AArch64Combine.td
  llvm/lib/Target/AMDGPU/AMDGPUCombine.td
  llvm/lib/Target/Mips/MipsCombine.td
  llvm/test/TableGen/GlobalISelCombinerEmitter/match-table-imms.td
  llvm/test/TableGen/GlobalISelCombinerEmitter/match-table-operand-types.td
  llvm/test/TableGen/GlobalISelCombinerEmitter/match-table-patfrag-root.td
  llvm/test/TableGen/GlobalISelCombinerEmitter/match-table-permutations.td
  llvm/test/TableGen/GlobalISelCombinerEmitter/match-table-variadics.td
  llvm/test/TableGen/GlobalISelCombinerEmitter/match-table.td
  llvm/test/TableGen/GlobalISelCombinerEmitter/operand-types.td
  llvm/test/TableGen/GlobalISelCombinerEmitter/patfrag-errors.td
  llvm/test/TableGen/GlobalISelCombinerEmitter/pattern-errors.td
  llvm/test/TableGen/GlobalISelCombinerEmitter/pattern-parsing.td
  llvm/utils/TableGen/GlobalISel/CombinerUtils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158714.553024.patch
Type: text/x-patch
Size: 15686 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230824/82cccd86/attachment.bin>


More information about the llvm-commits mailing list