[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:31:52 PST 2016


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

- Addressed @hfinkel's comments
- Added a few simple tests


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.81427.patch
Type: text/x-patch
Size: 15245 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161214/7423df9b/attachment.bin>


More information about the llvm-commits mailing list