This is an archive of the discontinued LLVM Phabricator instance.

[SLP] Test for minimum/maximum reduction
ClosedPublic

Authored by anna on Jul 12 2023, 9:07 AM.

Details

Summary

minimum/maximum tests from D154463. This contains tests where we vectorize
minimum/maximum as well as the tests where we currently do not identify
reduction patterns.

Diff Detail

Event Timeline

anna created this revision.Jul 12 2023, 9:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2023, 9:07 AM
Herald added a subscriber: vporpo. · View Herald Transcript
anna requested review of this revision.Jul 12 2023, 9:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2023, 9:07 AM
ABataev added inline comments.Jul 12 2023, 9:11 AM
llvm/test/Transforms/SLPVectorizer/X86/fmaximum-fminimum.ll
3–4

There are CHECK tags in the test, need to remove

anna marked an inline comment as done.Jul 12 2023, 9:30 AM
anna added inline comments.
llvm/test/Transforms/SLPVectorizer/X86/fmaximum-fminimum.ll
3–4

thanks!

anna updated this revision to Diff 539605.Jul 12 2023, 9:30 AM
anna marked an inline comment as done.

removed check tags

This revision is now accepted and ready to land.Jul 12 2023, 9:31 AM
This revision was landed with ongoing or failed builds.Jul 12 2023, 12:23 PM
This revision was automatically updated to reflect the committed changes.