This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Always enable UseAA in the arm backend
ClosedPublic

Authored by dmgreen on Nov 4 2019, 2:46 AM.

Details

Summary

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.

Diff Detail