This is an archive of the discontinued LLVM Phabricator instance.

[CodeGen][SVE] Add missing isel patterns for vector_reverse
ClosedPublic

Authored by david-arm on Nov 17 2021, 6:59 AM.

Details

Summary

We were missing patterns for vector_reverse of unpacked FP vector
types, as well as all the supported bfloat vectors.

Tests added here:

CodeGen/AArch64/named-vector-shuffle-reverse-sve.ll

Diff Detail

Event Timeline

david-arm created this revision.Nov 17 2021, 6:59 AM
david-arm requested review of this revision.Nov 17 2021, 6:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 17 2021, 6:59 AM
sdesmalen accepted this revision.Nov 17 2021, 7:19 AM

Seems sensible to me.

This revision is now accepted and ready to land.Nov 17 2021, 7:19 AM
Matt added a subscriber: Matt.Nov 17 2021, 12:05 PM