This is an archive of the discontinued LLVM Phabricator instance.

[ARM][MVE] Tail predicate bottom/top muls.
ClosedPublic

Authored by samparker on Dec 13 2019, 6:46 AM.

Details

Summary

Add VMULL and VQDMULL variants to our tail predication white list. These instructions just access different parts of their operands so tail predication shouldn't cause us a problem.

Diff Detail

Event Timeline

samparker created this revision.Dec 13 2019, 6:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 13 2019, 6:46 AM
SjoerdMeijer accepted this revision.Dec 16 2019, 2:14 AM

Looks reasonable

This revision is now accepted and ready to land.Dec 16 2019, 2:14 AM
This revision was automatically updated to reflect the committed changes.