llvm-project/llvm/lib/CodeGen/MIRParser
Amy Huang a078c77d72 [MIR] Add MIR parsing for heap alloc site instruction markers
Summary:
This patch adds MIR parsing and printing for heap alloc markers, which were
added in D69136. They are printed as an operand similar to pre-/post-instr
symbols, with a heap-alloc-marker token and a metadata node.

Reviewers: rnk

Subscribers: hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D69864
2019-11-05 12:57:45 -08:00
..
CMakeLists.txt
LLVMBuild.txt Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
MILexer.cpp [MIR] Add MIR parsing for heap alloc site instruction markers 2019-11-05 12:57:45 -08:00
MILexer.h [MIR] Add MIR parsing for heap alloc site instruction markers 2019-11-05 12:57:45 -08:00
MIParser.cpp [MIR] Add MIR parsing for heap alloc site instruction markers 2019-11-05 12:57:45 -08:00
MIRParser.cpp [Alignment][NFC] Remove unneeded llvm:: scoping on Align types 2019-09-27 12:54:21 +00:00