This is an archive of the discontinued LLVM Phabricator instance.

Implementation for `TargetTransformInfo::hasActiveVectorLength()`
ClosedPublic

Authored by vkmr on Apr 21 2021, 4:10 AM.

Details

Summary

This patch adds the missing implementation for TargetTransformInfo::hasActiveVectorLength() without which using hasActiveVectorLength() causes linker error.

Diff Detail

Event Timeline

vkmr created this revision.Apr 21 2021, 4:10 AM
vkmr requested review of this revision.Apr 21 2021, 4:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 21 2021, 4:10 AM
simoll accepted this revision.Apr 21 2021, 4:51 AM
This revision is now accepted and ready to land.Apr 21 2021, 4:51 AM

@vkmr do you have commit rights? I can commit this for you.

vkmr added a comment.Apr 26 2021, 6:17 AM

@vkmr do you have commit rights? I can commit this for you.

@rogfer01 I don't. I will really appreciate if you can commit this for me.

This revision was automatically updated to reflect the committed changes.