[PATCH] D93189: Introduce the `!nocapture` metadata and "nocapture_use" operand bundle

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 7 16:10:20 PST 2021


jdoerfert updated this revision to Diff 315268.
jdoerfert added a comment.
Herald added a subscriber: jfb.

Add `!nocapture` to the store instruction syntax


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93189/new/

https://reviews.llvm.org/D93189

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/IR/FixedMetadataKinds.def
  llvm/lib/Analysis/CaptureTracking.cpp
  llvm/lib/IR/Verifier.cpp
  llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  llvm/test/Transforms/InstCombine/nocapture_use.ll
  llvm/unittests/Analysis/CaptureTrackingTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93189.315268.patch
Type: text/x-patch
Size: 13539 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210108/c3cf2c04/attachment.bin>


More information about the llvm-commits mailing list