[PATCH] D27585: [CaptureTracking] Add optimistic capture tracker for stores

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 14 11:48:52 PST 2016


JDevlieghere updated this revision to Diff 81431.
JDevlieghere added a comment.

- Fixed style comment (not sure why clang-format missed it?)
- Only print values that have a name


Repository:
  rL LLVM

https://reviews.llvm.org/D27585

Files:
  include/llvm/Analysis/CaptureTracking.h
  include/llvm/Transforms/Utils/LoopUtils.h
  lib/Analysis/CaptureTracking.cpp
  lib/Passes/PassBuilder.cpp
  lib/Passes/PassRegistry.def
  lib/Transforms/Scalar/DeadStoreElimination.cpp
  lib/Transforms/Scalar/LICM.cpp
  test/Analysis/CaptureTracking/captureargstore.ll
  test/Analysis/CaptureTracking/captureindirectstore.ll
  test/Analysis/CaptureTracking/nocapturestore.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27585.81431.patch
Type: text/x-patch
Size: 15328 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161214/43ba6dfb/attachment.bin>


More information about the llvm-commits mailing list