[PATCH] D63243: [WIP] Adjust the users of dereferenceable wrt. dereferenceable_globally

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 23:04:12 PDT 2019


jdoerfert created this revision.
jdoerfert added reviewers: efriedma, hfinkel, chandlerc, sanjoy, nlopes, a.elovikov, reames.
Herald added subscribers: bollu, hiraditya.
Herald added a project: LLVM.

Prototype how we can make use of dereferenceable and
dereferenceable_globally at the same time. This depends on attributes
not in tree yet. This has not been tested nor have I updated the test
cases yet.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D63243

Files:
  llvm/include/llvm/IR/Value.h
  llvm/lib/Analysis/CaptureTracking.cpp
  llvm/lib/Analysis/Loads.cpp
  llvm/lib/IR/Value.cpp
  llvm/lib/Transforms/IPO/ArgumentPromotion.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63243.204428.patch
Type: text/x-patch
Size: 9420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190613/98c5ecb6/attachment.bin>


More information about the llvm-commits mailing list