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.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D71465
[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 TimelineThis revision is now accepted and ready to land.Dec 16 2019, 2:14 AM Closed by commit rG4f0fe6b97e44: [ARM][MVE] Tail predicate bottom/top muls. (authored by samparker). · Explain WhyDec 20 2019, 12:37 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 233795 llvm/lib/Target/ARM/ARMInstrMVE.td
llvm/unittests/Target/ARM/MachineInstrTest.cpp
|