All big enough parser, printer and verifier are moved to the cpp file.
This is one of the last one to be moved.
This patch is part of the upstreaming effort from fir-dev branch.
Differential D110929
[fir][NFC] Move fir.global printer to cpp file clementval on Oct 1 2021, 6:10 AM. Authored by
Details All big enough parser, printer and verifier are moved to the cpp file. This patch is part of the upstreaming effort from fir-dev branch.
Diff Detail
Event TimelineComment Actions Can this be converted to declarative assembly instead?
Comment Actions This one is not trivial to convert to assembly format at least not in the current form.
|
ODS generates already an accessor constantAttrName (same for all other attributes) which returns an Identifier (and so allows for pointer comparison instead of strcmp).