[PATCH] D20262: [DSE]Split memset when the memset is small enough to be lowered to stores
Jun Bum Lim via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 6 13:01:26 PDT 2016
junbuml updated this revision to Diff 59767.
junbuml added a comment.
Addressed Quentin's comments. Thanks Quentin for your review!
http://reviews.llvm.org/D20262
Files:
include/llvm/Analysis/TargetTransformInfo.h
include/llvm/Analysis/TargetTransformInfoImpl.h
include/llvm/CodeGen/BasicTTIImpl.h
lib/Analysis/TargetTransformInfo.cpp
lib/Transforms/Scalar/DeadStoreElimination.cpp
test/CodeGen/AArch64/aarch64-small-memset-lowering.ll
test/Transforms/DeadStoreElimination/SplitMemintrinsic.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20262.59767.patch
Type: text/x-patch
Size: 17797 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160606/aee1f3aa/attachment.bin>
More information about the llvm-commits
mailing list