This is an archive of the discontinued LLVM Phabricator instance.

[PATCH 04/27] [noalias] [IR] parse optional ptr_provenance argument on load/store instructions
Needs ReviewPublic

Authored by jeroen.dobbelaere on Oct 4 2019, 2:22 PM.

Details

Reviewers
hfinkel
jdoerfert
Summary

This is part of the series started by D68484.

Note: support for the ptr_provenance parameter in LLVM IR bitcode is missing.

Note: this is a stable point and tests should run fine with the patches applied up to this point.

Diff Detail

Event Timeline

jeroen.dobbelaere edited the summary of this revision. (Show Details)
jeroen.dobbelaere retitled this revision from [PATCH 06/38] [noalias] [IR] parse optional noalias_sidechannel argument on load/store instructions to [PATCH 04/26] [noalias] [IR] parse optional noalias_sidechannel argument on load/store instructions.
jeroen.dobbelaere retitled this revision from [PATCH 04/26] [noalias] [IR] parse optional noalias_sidechannel argument on load/store instructions to [PATCH 04/26] [noalias] [IR] parse optional ptr_provenance argument on load/store instructions.

Rebased to c06b7e2ab5167ad031745a706204abed1aefd823 (July 14, 2020)

jeroen.dobbelaere retitled this revision from [PATCH 04/26] [noalias] [IR] parse optional ptr_provenance argument on load/store instructions to [PATCH 04/27] [noalias] [IR] parse optional ptr_provenance argument on load/store instructions.Sep 7 2020, 2:36 PM