Add missing getters to access string attributes of arguments/return values.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
We are going to use these attributes along with metadata on loads to express higher level language types in IR. The idea of external types is similar to the TBAA types attached to load/store instructions.
Comment Actions
Artur,
Offline, we talked about the fact that this patch is actually two related parts. One is fixing a bug where the IR format doesn't properly parse our own output for a feature also supported in bitcode. The second is adding a set of extra accessors.
Could you split the first part into a new review with a clear description of what's going on? I doubt folks realized what this review actually contained from the original description. I certainly didn't.