This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Recognize all ones mask during fixed mask generation
ClosedPublic

Authored by bsmith on Nov 23 2021, 3:29 AM.

Diff Detail

Event Timeline

bsmith created this revision.Nov 23 2021, 3:29 AM
bsmith requested review of this revision.Nov 23 2021, 3:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 23 2021, 3:29 AM
paulwalker-arm accepted this revision.Nov 23 2021, 4:02 AM
paulwalker-arm added inline comments.
llvm/test/CodeGen/AArch64/sve-fixed-length-mask-opt.ll
2

Given the patch, testing every vector length seems a bit extreme but I guess it's better to be safe than sorry.

This revision is now accepted and ready to land.Nov 23 2021, 4:02 AM
Matt added a subscriber: Matt.Nov 23 2021, 9:38 AM