[PATCH] D29668: Elide argument copies during instruction selection

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 17 15:38:12 PST 2017


rnk updated this revision to Diff 88978.
rnk added a comment.
Herald added a reviewer: javed.absar.

- Fix bug when splitting i64 between registers and memory
- Add support for simple copy elision on non-x86 platforms


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/AArch64/arm64-abi-varargs.ll
  test/CodeGen/ARM/arg-copy-elide.ll
  test/CodeGen/Mips/o32_cc_vararg.ll
  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/DebugInfo/X86/discriminator.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29668.88978.patch
Type: text/x-patch
Size: 40565 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170217/6624b12f/attachment-0001.bin>


More information about the llvm-commits mailing list