This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Add missing patterns for scalar versions of SQSHL/UQSHL
ClosedPublic

Authored by bsmith on Apr 22 2021, 5:41 AM.

Details

Summary

Add missing patterns that match dup + {s,u}qshl (vector) -> {s,u}qshl (scalar)

Diff Detail

Event Timeline

bsmith created this revision.Apr 22 2021, 5:41 AM
bsmith requested review of this revision.Apr 22 2021, 5:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2021, 5:41 AM
bsmith updated this revision to Diff 339623.Apr 22 2021, 7:34 AM
  • Add extra testing to test out of range immediates
This revision is now accepted and ready to land.Apr 22 2021, 9:34 AM
This revision was landed with ongoing or failed builds.Apr 26 2021, 5:07 AM
This revision was automatically updated to reflect the committed changes.