[PATCH] D111159: [UnknownProvenance] Introduce UnknownProvenance constant

Jeroen Dobbelaere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 5 08:04:21 PDT 2021


jeroen.dobbelaere created this revision.
jeroen.dobbelaere added reviewers: jdoerfert, nikic, asbirlea.
Herald added a reviewer: deadalnix.
Herald added subscribers: dexonsmith, hiraditya.
jeroen.dobbelaere requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The `UnknownProvenance` indicates that the provenance can be any object. This must only be used in the ptr_provenance path of a pointer.


https://reviews.llvm.org/D111159

Files:
  llvm/include/llvm-c/Core.h
  llvm/include/llvm/IR/Constants.h
  llvm/include/llvm/IR/Value.def
  llvm/lib/IR/Constants.cpp
  llvm/lib/IR/LLVMContextImpl.cpp
  llvm/lib/IR/LLVMContextImpl.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111159.377252.patch
Type: text/x-patch
Size: 4372 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211005/5b3961f1/attachment.bin>


More information about the llvm-commits mailing list