[PATCH] D29668: Elide argument copies during instruction selection

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 14 11:23:39 PST 2017


rnk updated this revision to Diff 88405.
rnk marked an inline comment as done.
rnk added a comment.

- David and Chandler's comments


https://reviews.llvm.org/D29668

Files:
  include/llvm/CodeGen/MachineFrameInfo.h
  include/llvm/CodeGen/SelectionDAGISel.h
  include/llvm/Target/TargetCallingConv.h
  lib/CodeGen/AsmPrinter/DwarfDebug.h
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/2010-04-30-LocalAlloc-LandingPad.ll
  test/CodeGen/X86/arg-copy-elide.ll
  test/CodeGen/X86/inline-asm-tied.ll
  test/CodeGen/X86/pr30430.ll
  test/CodeGen/X86/sse-intrinsics-fast-isel.ll
  test/CodeGen/X86/win64_eh.ll
  test/DebugInfo/X86/discriminator.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29668.88405.patch
Type: text/x-patch
Size: 27308 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170214/ac39e93a/attachment.bin>


More information about the llvm-commits mailing list