[PATCH] D21455: MachineCopyPropagation: Add full copy propagation mode
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 16 18:05:55 PDT 2016
MatzeB updated this revision to Diff 61055.
MatzeB added a comment.
(Realized I had a type in the cl::opt name)
Repository:
rL LLVM
http://reviews.llvm.org/D21455
Files:
include/llvm/Target/TargetSubtargetInfo.h
lib/CodeGen/MachineCopyPropagation.cpp
lib/Target/AArch64/AArch64Subtarget.h
lib/Target/ARM/ARMSubtarget.h
lib/Target/X86/X86Subtarget.h
test/CodeGen/AArch64/f16-instructions.ll
test/CodeGen/AArch64/flags-multiuse.ll
test/CodeGen/AArch64/merge-store.ll
test/CodeGen/AArch64/neg-imm.ll
test/CodeGen/ARM/atomic-op.ll
test/CodeGen/ARM/swifterror.ll
test/CodeGen/Thumb/thumb-shrink-wrapping.ll
test/CodeGen/X86/avx512-bugfix-25270.ll
test/CodeGen/X86/avx512-calling-conv.ll
test/CodeGen/X86/fp128-i128.ll
test/CodeGen/X86/localescape.ll
test/CodeGen/X86/mul128.ll
test/CodeGen/X86/pmul.ll
test/CodeGen/X86/pr11415.ll
test/CodeGen/X86/shrink-wrap-chkstk.ll
test/CodeGen/X86/vec_int_to_fp.ll
test/CodeGen/X86/vec_minmax_sint.ll
test/CodeGen/X86/vector-blend.ll
test/CodeGen/X86/vector-sext.ll
test/CodeGen/X86/vector-zext.ll
test/CodeGen/X86/vselect-minmax.ll
test/CodeGen/X86/x86-shrink-wrap-unwind.ll
test/CodeGen/X86/x86-shrink-wrapping.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21455.61055.patch
Type: text/x-patch
Size: 28531 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160617/e17e7d5b/attachment.bin>
More information about the llvm-commits
mailing list