This is an archive of the discontinued LLVM Phabricator instance.

[SelectionDAG] Support more VP reduction mask operation.
ClosedPublic

Authored by jacquesguan on May 5 2022, 4:22 AM.

Details

Summary

This patch uses VP_REDUCE_AND and VP_REDUCE_OR to replace VP_REDUCE_SMAX,VP_REDUCE_SMIN,VP_REDUCE_UMAX and VP_REDUCE_UMIN for mask vector type.

Diff Detail

Event Timeline

jacquesguan created this revision.May 5 2022, 4:22 AM
jacquesguan requested review of this revision.May 5 2022, 4:23 AM
This revision is now accepted and ready to land.May 8 2022, 8:44 PM
This revision was landed with ongoing or failed builds.May 17 2022, 2:15 AM
This revision was automatically updated to reflect the committed changes.