[PATCH] D87900: [ARM] Remove MVEDomain from VLDR/STR of P0
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 21 03:50:56 PDT 2020
samparker updated this revision to Diff 293121.
samparker added a comment.
- All the VFP instructions now have had validForTailPredication the DomainMVE removed.
- LowOverheadLoops will inspect any instructions that are in the DomainMVE, or if they use/def the VPR. Helpers for each are added.
- LowOverheadLoops continues to reject any use of the VPR that isn't a predicate operand.
- Rebased after adding some more tests for P0 usage.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87900/new/
https://reviews.llvm.org/D87900
Files:
llvm/lib/Target/ARM/ARMInstrVFP.td
llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
llvm/test/CodeGen/Thumb2/LowOverheadLoops/vctp-in-vpt.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87900.293121.patch
Type: text/x-patch
Size: 5695 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200921/77bc4a89/attachment.bin>
More information about the llvm-commits
mailing list