[all-commits] [llvm/llvm-project] 4627a3: [MIR] Support printing and parsing pcsections
Marco Elver via All-commits
all-commits at lists.llvm.org
Wed Sep 14 01:31:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4627a30acf5b110865e5ef3e503802fccc55b867
https://github.com/llvm/llvm-project/commit/4627a30acf5b110865e5ef3e503802fccc55b867
Author: Marco Elver <elver at google.com>
Date: 2022-09-14 (Wed, 14 Sep 2022)
Changed paths:
M llvm/lib/CodeGen/MIRParser/MILexer.cpp
M llvm/lib/CodeGen/MIRParser/MILexer.h
M llvm/lib/CodeGen/MIRParser/MIParser.cpp
M llvm/lib/CodeGen/MIRPrinter.cpp
A llvm/test/CodeGen/MIR/X86/instr-pcsections.mir
Log Message:
-----------
[MIR] Support printing and parsing pcsections
Adds support for printing and parsing PC sections metadata in MIR.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D133785
More information about the All-commits
mailing list