This is an archive of the discontinued LLVM Phabricator instance.

[mlir][AVX512] Fix result type of vp2intersect: vector of bits
ClosedPublic

Authored by springerm on Jan 29 2021, 5:59 AM.

Details

Summary

The result values of vp2intersect are vectors of bits, i.e.,
vector<8xi1> or vector<16xi8> (instead of i8 or i16).

Diff Detail

Event Timeline

springerm created this revision.Jan 29 2021, 5:59 AM
springerm requested review of this revision.Jan 29 2021, 5:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 29 2021, 5:59 AM
springerm edited the summary of this revision. (Show Details)Jan 29 2021, 5:59 AM
springerm edited the summary of this revision. (Show Details)
nicolasvasilache accepted this revision.Jan 29 2021, 6:57 AM
This revision is now accepted and ready to land.Jan 29 2021, 6:57 AM
This revision was automatically updated to reflect the committed changes.