This is an archive of the discontinued LLVM Phabricator instance.

MIPS: change FeatureMadd4 to FeatureNoMadd4
ClosedPublic

Authored by wzssyqa on Jul 14 2020, 8:25 AM.

Details

Summary

FeatureMadd4 here is used to disable madd4, and the option is

(+-)nomadd4

This word is so confused here.
Changing to FeatureNoMadd4 makes it much more clear.

Diff Detail

Event Timeline

wzssyqa created this revision.Jul 14 2020, 8:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 14 2020, 8:25 AM
wzssyqa updated this revision to Diff 277863.Jul 14 2020, 9:05 AM
atanasyan accepted this revision.Jul 14 2020, 9:11 AM

LGTM

Do you have commit access?

This revision is now accepted and ready to land.Jul 14 2020, 9:11 AM

LGTM

Do you have commit access?

No. I don't have.

This revision was automatically updated to reflect the committed changes.