This is an archive of the discontinued LLVM Phabricator instance.

[ARM] VCVTT fpround instruction selection
ClosedPublic

Authored by dmgreen on Jun 11 2020, 2:35 AM.

Details

Summary

Similar to D81556, this adds vcvtb and vcvtt with insert into vector instruction selection patterns. This helps clear up a lot of register shuffling that we would otherwise do.

Diff Detail

Event Timeline

dmgreen created this revision.Jun 11 2020, 2:35 AM
This revision is now accepted and ready to land.Jun 11 2020, 6:12 AM
This revision was automatically updated to reflect the committed changes.