[PATCH] D66514: GlobalISel/TableGen: Handle setcc patterns

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 24 14:34:45 PDT 2019


arsenm updated this revision to Diff 217030.
arsenm marked 2 inline comments as done.
arsenm added a comment.

Use variable and add test


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

https://reviews.llvm.org/D66514

Files:
  include/llvm/CodeGen/GlobalISel/InstructionSelector.h
  include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
  include/llvm/Target/GlobalISel/SelectionDAGCompat.td
  include/llvm/Target/TargetSelectionDAG.td
  lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
  lib/Target/AMDGPU/AMDGPURegisterBanks.td
  test/CodeGen/AMDGPU/GlobalISel/inst-select-fcmp.mir
  test/CodeGen/AMDGPU/GlobalISel/inst-select-fcmp.s16.mir
  test/CodeGen/Mips/GlobalISel/instruction-select/mul.mir
  test/CodeGen/Mips/GlobalISel/llvm-ir/icmp.ll
  test/CodeGen/Mips/GlobalISel/llvm-ir/mul.ll
  test/TableGen/Common/GlobalISelEmitterCommon.td
  test/TableGen/GlobalISelEmitter-setcc.td
  utils/TableGen/GlobalISelEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66514.217030.patch
Type: text/x-patch
Size: 63851 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190824/3e7d6ccd/attachment.bin>


More information about the llvm-commits mailing list