This is an archive of the discontinued LLVM Phabricator instance.

v256i32|64 reduction isel and tests
ClosedPublic

Authored by simoll on Mar 11 2022, 8:41 AM.

Details

Summary

and|add|or|xor|smax v256i32|64 isel and tests for vp and vector.reduce intrinsics

Diff Detail

Event Timeline

simoll created this revision.Mar 11 2022, 8:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 11 2022, 8:41 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
simoll requested review of this revision.Mar 11 2022, 8:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 11 2022, 8:41 AM
kaz7 accepted this revision.Mar 11 2022, 4:06 PM

Please add [VE] to the title when merge this. Otherwise, LGTM.

This revision is now accepted and ready to land.Mar 11 2022, 4:06 PM
This revision was landed with ongoing or failed builds.Mar 14 2022, 3:12 AM
This revision was automatically updated to reflect the committed changes.
dyung added a subscriber: dyung.Mar 16 2022, 8:53 AM

The tests you added are failing on a Windows buildbot, I'm guessing it is because you are explicitly setting the output to /dev/stdout which likely doesn't exist on Windows. Can you take a look?

https://lab.llvm.org/buildbot/#/builders/123/builds/9465