[PATCH] D29668: Elide argument copies during instruction selection
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 8 09:46:58 PST 2017
rnk updated this revision to Diff 87670.
rnk marked 2 inline comments as done.
rnk added a comment.
- Rename things & tweak code
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.87670.patch
Type: text/x-patch
Size: 25917 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170208/e63bea10/attachment-0001.bin>
More information about the llvm-commits
mailing list