This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Add command-line options for Statistical
ClosedPublic

Authored by olista01 on Nov 26 2015, 5:20 AM.

Details

Summary

This adds the "+profile" and +noprofile" suffixes for the -march and
-mcpu options, to allow enabling or disabling the options Statistical
Profiling Extension to ARMv8.2-A.

Diff Detail

Repository
rL LLVM

Event Timeline

olista01 updated this revision to Diff 41244.Nov 26 2015, 5:20 AM
olista01 retitled this revision from to [AArch64] Add command-line options for Statistical.
olista01 updated this object.
olista01 added a reviewer: t.p.northover.
olista01 set the repository for this revision to rL LLVM.
olista01 added a subscriber: cfe-commits.
t.p.northover accepted this revision.Nov 26 2015, 7:12 AM
t.p.northover edited edge metadata.

All obviously good stuff here too.

This revision is now accepted and ready to land.Nov 26 2015, 7:12 AM
This revision was automatically updated to reflect the committed changes.