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.
Paths
| Differential D68489
[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
Diff Detail Event TimelineHerald added subscribers: llvm-commits, dexonsmith, steven_wu and 2 others. · View Herald Transcript 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 edited child revisions, added: D68491: [PATCH 06/27] [noalias] [IR] IRBuilder support for noalias intrinsics.; removed: D68490: [PATCH 07/38] [noalias] D9378: Add IRBuilder support.Jun 12 2020, 11:36 AM 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. Comment ActionsRebased to c06b7e2ab5167ad031745a706204abed1aefd823 (July 14, 2020) jeroen.dobbelaere added a child revision: D87254: [PATCH 05/27] [noalias] LLVM-IR Bitcode support.Sep 7 2020, 2:30 PM jeroen.dobbelaere removed a child revision: D68491: [PATCH 06/27] [noalias] [IR] IRBuilder support for noalias intrinsics.. 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
Revision Contents
Diff 346115 llvm/include/llvm/AsmParser/LLParser.h
llvm/include/llvm/AsmParser/LLToken.h
llvm/lib/AsmParser/LLLexer.cpp
llvm/lib/AsmParser/LLParser.cpp
llvm/test/Bitcode/loadstore_ptr_provenance.ll
|