[PATCH] D68488: [PATCH 03/27] [noalias] [IR] Introduce ptr_provenance for LoadInst/StoreInst

Jeroen Dobbelaere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 18 05:33:40 PDT 2020


jeroen.dobbelaere updated this revision to Diff 292764.
jeroen.dobbelaere marked an inline comment as done.
jeroen.dobbelaere edited the summary of this revision.
jeroen.dobbelaere added a comment.

Switch to 'Variant 1': spend more time when a ptr_provenance argument is added or removed. This removes the impact on 'all instructions' in the previous version.


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

https://reviews.llvm.org/D68488

Files:
  llvm/include/llvm/IR/InstVisitor.h
  llvm/include/llvm/IR/Instructions.h
  llvm/include/llvm/IR/User.h
  llvm/lib/IR/AsmWriter.cpp
  llvm/lib/IR/Instructions.cpp
  llvm/unittests/IR/IRBuilderTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68488.292764.patch
Type: text/x-patch
Size: 16141 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200918/f5ec3d65/attachment.bin>


More information about the llvm-commits mailing list