This is an archive of the discontinued LLVM Phabricator instance.

[SVE] Lower fixed length VECREDUCE_XOR operation
ClosedPublic

Authored by cameron.mcinally on Oct 7 2020, 9:05 AM.

Details

Summary

Pretty much a direct copy of VECREDUCE_OR, except that I added a setOperationAction(,..) loop for the unsupported NEON bitwise reductions. Thoughts on that?

Diff Detail

Event Timeline

cameron.mcinally requested review of this revision.Oct 7 2020, 9:05 AM

Correct OR->EOR variable name.

paulwalker-arm accepted this revision.Oct 8 2020, 4:18 AM
This revision is now accepted and ready to land.Oct 8 2020, 4:18 AM
This revision was automatically updated to reflect the committed changes.