This is an archive of the discontinued LLVM Phabricator instance.

[mlir] [VectorOps] Relaxed restrictions on vector.reduction types even more
ClosedPublic

Authored by aartbik on Sep 28 2020, 1:04 PM.

Details

Summary

Recently, restrictions on vector reductions were made more relaxed by
accepting any width signless integer and floating-point. This CL relaxes
the restriction even more by including unsigned and signed integers.

Diff Detail

Event Timeline

aartbik created this revision.Sep 28 2020, 1:04 PM
Herald added a project: Restricted Project. · View Herald Transcript
aartbik requested review of this revision.Sep 28 2020, 1:04 PM
bkramer accepted this revision.Sep 28 2020, 1:16 PM

looks good

This revision is now accepted and ready to land.Sep 28 2020, 1:16 PM