This is an archive of the discontinued LLVM Phabricator instance.

[X86] Rename more target feature related things consistency. NFC
ClosedPublic

Authored by craig.topper on Mar 17 2022, 9:55 PM.

Details

Summary

-Rename Mode*Bit to Is*Bit to match X86Subtarget.
-Rename FeatureLAHFSAHF to FeatureLAFHSAFH64 to match X86Subtarget.
-Use consistenct capitalization

Diff Detail

Event Timeline

craig.topper created this revision.Mar 17 2022, 9:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 17 2022, 9:55 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
craig.topper requested review of this revision.Mar 17 2022, 9:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 17 2022, 9:55 PM
skan accepted this revision.Mar 17 2022, 10:04 PM

Pretty good! I will rebase D121768 after this patch is landed.

This revision is now accepted and ready to land.Mar 17 2022, 10:04 PM
This revision was landed with ongoing or failed builds.Mar 17 2022, 10:27 PM
This revision was automatically updated to reflect the committed changes.