This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Fix for MVE VPT block pass
ClosedPublic

Authored by dmgreen on Jul 21 2019, 6:19 AM.

Details

Summary

We need to ensure that the number of T's is correct when adding multiple instructions into the same VPT block.

I have also moved the tests into Codegen/Thumb2/ to be with all the other MVE tests, in rL366655.

Diff Detail

Repository
rL LLVM

Event Timeline

dmgreen created this revision.Jul 21 2019, 6:19 AM
SjoerdMeijer accepted this revision.Jul 22 2019, 12:39 AM

Thanks for fixing this.

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