[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
Tue May 24 10:39:03 PDT 2016


junbuml updated this revision to Diff 58269.
junbuml added a comment.

Updated test cases which will now check the final stores impacted by this change.


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/Transforms/DeadStoreElimination/SplitMemintrinsic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20262.58269.patch
Type: text/x-patch
Size: 14750 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160524/ddc7569a/attachment.bin>


More information about the llvm-commits mailing list