Interpret MD_pcsections in AsmPrinter emitting the requested metadata to
the associated sections. Functions and normal instructions are handled.
Depends on D130886
Differential D130879
[AsmPrinter] Emit PCs into requested PCSections melver on Aug 1 2022, 1:56 AM. Authored by
Details Interpret MD_pcsections in AsmPrinter emitting the requested metadata to Depends on D130886
Diff Detail
Unit Tests Event Timeline
Comment Actions I think the patches are overly splitted. I'd merge the 3 patches before [AsmPrinter] Emit PCs into requested PCSections into this patch. Comment Actions See my proposal. I prefer erring on the side of splitting more, especially independent changes as it helps bisectability.
Comment Actions
|
If metadata is used, is the SmallVector actually expected to be small (<=8)?
I assume that SmallVector<8> will allocate space for 8 statically and then waste it if the vector is larger.