[PATCH] D31761: [globalisel][tablegen] Revise API for ComplexPattern operands to improve flexibility.

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 08:30:58 PDT 2017


dsanders updated this revision to Diff 95758.
dsanders marked 4 inline comments as done.
dsanders added a comment.
Herald added a reviewer: javed.absar.

Remove placeholder operands since they're no longer needed.
Drop the Optional<> around ComplexRendererFn in favour of nullptr.
Remove the dependency on https://reviews.llvm.org/D31329.


https://reviews.llvm.org/D31761

Files:
  include/llvm/CodeGen/GlobalISel/InstructionSelector.h
  include/llvm/CodeGen/MachineOperand.h
  include/llvm/Target/GlobalISel/Target.td
  lib/CodeGen/MIRPrinter.cpp
  lib/CodeGen/MachineInstr.cpp
  lib/Target/AArch64/AArch64InstrFormats.td
  lib/Target/AArch64/AArch64InstructionSelector.cpp
  lib/Target/ARM/ARMExpandPseudoInsts.cpp
  test/TableGen/GlobalISelEmitter.td
  utils/TableGen/GlobalISelEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31761.95758.patch
Type: text/x-patch
Size: 21129 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170419/4da54735/attachment.bin>


More information about the llvm-commits mailing list