[PATCH] D104268: [ptr_provenance] Introduce optional ptr_provenance operand to load/store

Jeroen Dobbelaere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 14 15:10:26 PDT 2021


jeroen.dobbelaere added a comment.

I also plan to add patches for:

- fixing the handling of load/store instructions in various places where a single (for load) or double operands (for store) are assumed.
- introduction of an intrinsic that combines the pointer provenance with the pointer value (Corresponding to the `llvm.noalias.arg.guard` in D68487 <https://reviews.llvm.org/D68487>)


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

https://reviews.llvm.org/D104268



More information about the llvm-commits mailing list