This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Vector] Fix masking logic in VectorToSCF
ClosedPublic

Authored by nicolasvasilache on Jul 17 2020, 10:18 AM.

Details

Summary

The logic was conservative but inverted: cases that should remain unmasked became 1-D masked.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptJul 17 2020, 10:18 AM
ftynse accepted this revision.Jul 17 2020, 10:19 AM
This revision is now accepted and ready to land.Jul 17 2020, 10:19 AM
This revision was automatically updated to reflect the committed changes.