When InjectTLIMappings constructs the list of vector functions for VFABI attribute, it tries to find each of the functions in the module. If it's absent, a new function declaration is added. In this case, we know the newly added vector function is not used by the original translation unit. It's address is also not used, thus it's good to mark its address insignificant at least at module level.
Details
Details
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Please update the description of the patch with a motivation for the fix and why it is the right thing to do. This will make the change easier to review.