This patch introduces parser support for the optional ptr_provenance operand for load/store instructions.
Note: this patch corresponds to D68489
| Paths 
 |  Differential  D104269  
[ptr_provenance] Parser support for the optional ptr_provenance operand AcceptedPublic Authored by jeroen.dobbelaere on Jun 14 2021, 2:55 PM. 
Details 
Diff Detail Event TimelineHerald added subscribers: ormris, jfb, steven_wu, hiraditya.  ·  View Herald TranscriptJun 14 2021, 2:55 PM jeroen.dobbelaere added a parent revision: D107352: [MemoryLocation] learn about ptr_provenance.Aug 3 2021, 8:13 AM jeroen.dobbelaere removed a parent revision: D107352: [MemoryLocation] learn about ptr_provenance.Aug 3 2021, 8:15 AM jeroen.dobbelaere added a child revision: D111751: [ptr_provenance] Add llvm-c support..Oct 13 2021, 11:44 AM Comment Actions This looks fine, one comment to consider. 
 This revision is now accepted and ready to land.Nov 29 2022, 10:22 AM 
Revision Contents 
 
 
Diff 497793 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
 
 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Are we sure AteExtraComma is initialized here? Often people pass an unitialized value into a reference.