[PATCH] D29668: Elide argument copies during instruction selection
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 8 13:11:53 PST 2017
rnk updated this revision to Diff 87700.
rnk marked an inline comment as done.
rnk added a comment.
- Sink elision back to static helpers
- Try to optimize away heap allocation in elision analysis
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.87700.patch
Type: text/x-patch
Size: 26459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170208/a87aac06/attachment.bin>
More information about the llvm-commits
mailing list