This is an archive of the discontinued LLVM Phabricator instance.

[LegalizeTypes][VP] Add widening support for vp.reduce.*
ClosedPublic

Authored by victor-eds on Jan 17 2022, 4:26 AM.

Details

Summary

When widening these intrinsics, we do not have to insert neutral
elements at the end of the vector as when widening vector.reduce.*
intrinsics, thanks to vector predication semantics.

Diff Detail

Event Timeline

victor-eds created this revision.Jan 17 2022, 4:26 AM
victor-eds requested review of this revision.Jan 17 2022, 4:26 AM
This revision is now accepted and ready to land.Jan 17 2022, 9:34 AM

Update tests

This revision was landed with ongoing or failed builds.Jan 18 2022, 2:21 AM
This revision was automatically updated to reflect the committed changes.