[PATCH] D65167: [GlobalISel] Support for inlining memcpy, memset and memmove calls
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 24 15:20:00 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL366951: [GlobalISel] Support for inlining memcpy, memset and memmove calls. (authored by aemerson, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D65167?vs=211375&id=211612#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65167/new/
https://reviews.llvm.org/D65167
Files:
llvm/trunk/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
llvm/trunk/include/llvm/CodeGen/GlobalISel/CombinerInfo.h
llvm/trunk/include/llvm/CodeGen/TargetLowering.h
llvm/trunk/lib/CodeGen/GlobalISel/CombinerHelper.cpp
llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.h
llvm/trunk/lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp
llvm/trunk/lib/Target/Mips/MipsPreLegalizerCombiner.cpp
llvm/trunk/test/CodeGen/AArch64/GlobalISel/inline-memcpy.mir
llvm/trunk/test/CodeGen/AArch64/GlobalISel/inline-memmove.mir
llvm/trunk/test/CodeGen/AArch64/GlobalISel/inline-memset.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65167.211612.patch
Type: text/x-patch
Size: 55650 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190724/a7d11227/attachment.bin>
More information about the llvm-commits
mailing list