[PATCH] D30089: [globalisel][tblgen] Add support for ComplexPatterns

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 10 14:30:54 PST 2017


dsanders updated this revision to Diff 91416.
dsanders added a comment.

Further reduce constructor call overhead by moving the temporaries to the class.


https://reviews.llvm.org/D30089

Files:
  include/llvm/CodeGen/MachineOperand.h
  include/llvm/Target/GlobalISel/SelectionDAGCompat.td
  include/llvm/Target/GlobalISel/Target.td
  include/llvm/Target/Target.td
  lib/CodeGen/MIRPrinter.cpp
  lib/CodeGen/MachineInstr.cpp
  lib/Target/AArch64/AArch64InstrFormats.td
  lib/Target/AArch64/AArch64InstructionSelector.cpp
  lib/Target/AArch64/AArch64InstructionSelector.h
  lib/Target/ARM/ARMExpandPseudoInsts.cpp
  lib/Target/X86/X86InstructionSelector.cpp
  lib/Target/X86/X86InstructionSelector.h
  test/CodeGen/AArch64/GlobalISel/arm64-instructionselect.mir
  test/TableGen/GlobalISelEmitter.td
  utils/TableGen/GlobalISelEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30089.91416.patch
Type: text/x-patch
Size: 29091 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170310/94650705/attachment.bin>


More information about the llvm-commits mailing list