This is an archive of the discontinued LLVM Phabricator instance.

Add a new -fglobal-isel option and make -fexperimental-isel an alias for it.
ClosedPublic

Authored by aemerson on Mar 30 2020, 4:11 PM.

Details

Summary

Since GlobalISel is maturing and is already on at -O0 for AArch64, it's not completely "experimental". Create a more appropriate driver flag and make the older option an alias for it.

Diff Detail

Event Timeline

aemerson created this revision.Mar 30 2020, 4:11 PM

Sorry, forgot to add cfe-commits to the original diff.

dsanders accepted this revision.Mar 31 2020, 9:45 AM
dsanders added a subscriber: dsanders.

LGTM

This revision is now accepted and ready to land.Mar 31 2020, 9:45 AM
This revision was automatically updated to reflect the committed changes.