This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Basic And/Or/Xor handling for MVE predicates
ClosedPublic

Authored by dmgreen on Jul 21 2019, 7:12 AM.

Details

Summary

This adds some basic, "worst case" handling for MVE predicate Or/And/Xor, but going into and out of scalar registers, doing the operation on the scalar register.

Code by David Sherwood.

Diff Detail

Event Timeline

dmgreen created this revision.Jul 21 2019, 7:12 AM
SjoerdMeijer accepted this revision.Jul 22 2019, 12:47 AM

looks reasonable

This revision is now accepted and ready to land.Jul 22 2019, 12:47 AM
This revision was automatically updated to reflect the committed changes.