[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
Fri May 20 08:43:38 PDT 2016


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

Minor changes in test cases.


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.57934.patch
Type: text/x-patch
Size: 14035 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160520/7519f8cc/attachment.bin>


More information about the llvm-commits mailing list