[PATCH] D133710: [GlobalISel][AArch64] Fix pcsections for expanded atomics and add more tests
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 13 07:46:22 PDT 2022
arsenm added inline comments.
================
Comment at: llvm/lib/CodeGen/MIRParser/MIParser.cpp:1051-1054
+ MDNode *PCSections = nullptr;
+ if (Token.is(MIToken::kw_pcsections))
+ if (parsePCSections(PCSections))
+ return true;
----------------
The MIRParser changes are really a separate patch that should get a separate parse/print round trip test in test/CodeGen/MIR
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133710/new/
https://reviews.llvm.org/D133710
More information about the llvm-commits
mailing list