This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Add support for -msve-vector-bits=scalable.
ClosedPublic

Authored by paulwalker-arm on Jul 17 2020, 6:01 AM.

Details

Summary

No real action is taken for a value of scalable but it provides a
route to disable an earlier specification and is effectively its
default value when omitted.

Patch also removes an "unused variable" warning.

Diff Detail

Event Timeline

paulwalker-arm created this revision.Jul 17 2020, 6:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 17 2020, 6:01 AM

Fixed typo to match existing wrapping style.

sdesmalen accepted this revision.Jul 17 2020, 8:27 AM

nit: s/suppoort/support/ (in title)
LGTM otherwise!

This revision is now accepted and ready to land.Jul 17 2020, 8:27 AM

Sorry for the post acceptance change, but I spotted the help text needed an update also.

paulwalker-arm retitled this revision from [Driver] Add suppoort for -msve-vector-bits=scalable. to [Driver] Add support for -msve-vector-bits=scalable..Jul 17 2020, 9:31 AM

Still LGTM :)

This revision was automatically updated to reflect the committed changes.