[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 17 08:25:55 PDT 2016


junbuml retitled this revision from "[DSE][WIP]Split memset when the memset is small enough to be lowered to stores" to "[DSE]Split memset when the memset is small enough to be lowered to stores".
junbuml added reviewers: hfinkel, eeckstein, dberlin, mcrosier.
junbuml edited subscribers, added: llvm-commits; removed: mcrosier.
junbuml updated this revision to Diff 57483.

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.57483.patch
Type: text/x-patch
Size: 14233 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160517/70e83d8e/attachment.bin>


More information about the llvm-commits mailing list