This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Vector] Support vectorize to vector.reduction or/and.
ClosedPublic

Authored by jacquesguan on Jun 6 2022, 2:21 AM.

Details

Summary

This patch supports to vectorize affine.for of ori/andi to vector.reduction or/and.

Diff Detail

Event Timeline

jacquesguan created this revision.Jun 6 2022, 2:21 AM
jacquesguan requested review of this revision.Jun 6 2022, 2:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 6 2022, 2:21 AM
nicolasvasilache accepted this revision.Jun 13 2022, 7:04 AM
This revision is now accepted and ready to land.Jun 13 2022, 7:04 AM