This is an archive of the discontinued LLVM Phabricator instance.

[X86] Rename CMPCCXADD intrinsics.
ClosedPublic

Authored by FreddyYe on Dec 18 2022, 9:10 PM.

Details

Summary

"__cmpccxadd_epi*" -> "_cmpccxadd_epi*"
This is to align with other intrinsics to follow single leading "_" style. Gcc
and intrinsic guide website will also apply this change.

Diff Detail

Event Timeline

FreddyYe created this revision.Dec 18 2022, 9:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 18 2022, 9:10 PM
Herald added a subscriber: pengfei. · View Herald Transcript
FreddyYe requested review of this revision.Dec 18 2022, 9:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 18 2022, 9:10 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
skan accepted this revision.Dec 18 2022, 9:35 PM
This revision is now accepted and ready to land.Dec 18 2022, 9:35 PM

This patch says what it does, but not why it does what it does.

This patch says what it does, but not why it does what it does.

Sorry for not mention. This patch is mainly to align with other intrinsics to follow single leading "_" style. Gcc and intrinsic guide website will also apply this change.

This patch says what it does, but not why it does what it does.

Sorry for not mention. This patch is mainly to align with other intrinsics to follow single leading "_" style. Gcc and intrinsic guide website will also apply this change.

(please adjust the description to say as much)

FreddyYe edited the summary of this revision. (Show Details)Dec 19 2022, 5:28 PM
This revision was automatically updated to reflect the committed changes.