- Add standalone metadata parsing support so that machine metadata nodes could be populated before and accessed during MIR is parsed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/CodeGen/MIRParser/MIParser.cpp | ||
---|---|---|
1249 | Needs tests for the various parse errors | |
llvm/test/CodeGen/AArch64/memcpy-scoped-aa.mir | ||
4 ↗ | (On Diff #348383) | Parser/printer tests should go in test/CodeGen/MIR/* |
llvm/test/CodeGen/AMDGPU/memcpy-scoped-aa.mir | ||
221 ↗ | (On Diff #348383) | Can you drop the register section and some of the other noise? |
Comment Actions
- Relocate tests and add extra tests for parsing errors.
- Enhance the parser to report any missing definitions on forward referenced metadata.
Needs tests for the various parse errors