This change replaces container used for storing temporary strings for generated code to std::list.
SmallVector may reallocate internal data, which will invalidate references when more than one extended instruction set is generated.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Courtesy ping.
This change is rather important for me, it's blocking my next patch with few OpenCL extended instructions.
Could you help me with this?