[all-commits] [llvm/llvm-project] a0c1dc: [ARM] Remove MVEDomain from VLDR/STR of P0
Sam Parker via All-commits
all-commits at lists.llvm.org
Tue Sep 22 01:06:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a0c1dcc3182769ad1cb9b0ac8fd4ea8ff48847b4
https://github.com/llvm/llvm-project/commit/a0c1dcc3182769ad1cb9b0ac8fd4ea8ff48847b4
Author: Sam Parker <sam.parker at arm.com>
Date: 2020-09-22 (Tue, 22 Sep 2020)
Changed paths:
M llvm/lib/Target/ARM/ARMInstrVFP.td
M llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
M llvm/test/CodeGen/Thumb2/LowOverheadLoops/vctp-in-vpt.mir
Log Message:
-----------
[ARM] Remove MVEDomain from VLDR/STR of P0
Remove the domain from the instructions and create a shouldInspect
helper for LowOverheadLoops which queries it or a vpr operand.
Differential Revision: https://reviews.llvm.org/D87900
More information about the All-commits
mailing list