This is an archive of the discontinued LLVM Phabricator instance.

[ARM] VQMOVN demand bits analysis
ClosedPublic

Authored by dmgreen on May 25 2020, 4:00 AM.

Details

Summary

Similar to VMOVN, a VQMOVN will only demand the top/bottom lanes of it's first input. However unlike VMOVN it will need access to the entire second argument, as that value is saturated not just moved in place.

Diff Detail

Event Timeline

dmgreen created this revision.May 25 2020, 4:00 AM
samparker accepted this revision.Jun 5 2020, 3:53 AM
This revision is now accepted and ready to land.Jun 5 2020, 3:53 AM
This revision was automatically updated to reflect the committed changes.