This is an archive of the discontinued LLVM Phabricator instance.

[SystemZ] Enable `-mtune=` option in clang.
ClosedPublic

Authored by Kai on Jul 12 2022, 7:48 AM.

Details

Summary

D128910 enabled handling of attribute "tune-cpu" .
This PR now enables option -mtune option, which then generates the
new attribute in clang.

Diff Detail

Event Timeline

Kai created this revision.Jul 12 2022, 7:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2022, 7:48 AM
Kai requested review of this revision.Jul 12 2022, 7:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2022, 7:48 AM
uweigand accepted this revision.Jul 13 2022, 2:07 AM

LGTM, thanks!

This revision is now accepted and ready to land.Jul 13 2022, 2:07 AM
This revision was automatically updated to reflect the committed changes.