This is an archive of the discontinued LLVM Phabricator instance.

[X86] Replace avx512f integer add reduction builtins with generic builtin
ClosedPublic

Authored by RKSimon on May 2 2022, 3:55 AM.

Details

Summary

D124741 added the generic "__builtin_reduce_add" which we can use to replace the x86 specific integer add reduction builtins - internally these were mapping to the same intrinsic already so there are no test changes required.

Diff Detail

Event Timeline

RKSimon created this revision.May 2 2022, 3:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 2 2022, 3:55 AM
Herald added a subscriber: StephenFan. · View Herald Transcript
RKSimon requested review of this revision.May 2 2022, 3:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 2 2022, 3:55 AM
pengfei accepted this revision.May 2 2022, 5:07 AM

LGTM. Thanks!

This revision is now accepted and ready to land.May 2 2022, 5:07 AM