[PATCH] D29668: Elide argument copies during instruction selection

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 1 13:53:59 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL296683: Elide argument copies during instruction selection (authored by rnk).

Changed prior to commit:
  https://reviews.llvm.org/D29668?vs=88978&id=90224#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D29668

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29668.90224.patch
Type: text/x-patch
Size: 41132 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170301/40140c27/attachment.bin>


More information about the llvm-commits mailing list