[PATCH] D69796: [ARM] Always enable UseAA in the arm backend
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 4 02:49:57 PST 2019
dmgreen created this revision.
dmgreen added reviewers: t.p.northover, efriedma, samparker, hfinkel.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: LLVM.
This feature controls whether AA is used into the backend, and was previously turned on for certain subtargets to help create less constrained scheduling graphs. This patch turns it on for all subtargets, so that they can all make use of the extra information to produce better code.
https://reviews.llvm.org/D69796
Files:
llvm/lib/Target/ARM/ARM.td
llvm/lib/Target/ARM/ARMSubtarget.h
llvm/test/CodeGen/ARM/memcpy-ldm-stm.ll
llvm/test/CodeGen/ARM/thumb1_return_sequence.ll
llvm/test/CodeGen/ARM/useaa.ll
llvm/test/CodeGen/ARM/va_arg.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69796.227674.patch
Type: text/x-patch
Size: 8954 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191104/cabdcc50/attachment.bin>
More information about the llvm-commits
mailing list