This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by RKSimon on May 9 2022, 4:57 AM.

Details

Summary

D117829 added the generic "__builtin_reduce_mul" which we can use to replace the x86 specific integer mul 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 9 2022, 4:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 9 2022, 4:57 AM
Herald added a subscriber: StephenFan. · View Herald Transcript
RKSimon requested review of this revision.May 9 2022, 4:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 9 2022, 4:57 AM
pengfei accepted this revision.May 9 2022, 5:48 AM

LGTM.

This revision is now accepted and ready to land.May 9 2022, 5:48 AM
This revision was landed with ongoing or failed builds.May 9 2022, 6:10 AM
This revision was automatically updated to reflect the committed changes.