This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Add patterns for VADD with q and r registers
ClosedPublic

Authored by oliverlars on Sep 6 2019, 5:59 AM.

Details

Summary

Added support for VADD to use q and r registers, which reduces pressure on q registers.

Diff Detail

Repository
rL LLVM

Event Timeline

oliverlars created this revision.Sep 6 2019, 5:59 AM
oliverlars updated this revision to Diff 219094.Sep 6 2019, 7:06 AM

added run line back and tests for swapping %sp and %src

dmgreen accepted this revision.Sep 6 2019, 8:15 AM

LGTM

This revision is now accepted and ready to land.Sep 6 2019, 8:15 AM