[PATCH] D57812: [ARM] Add OptMinSize Subtarget feature
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 6 03:22:54 PST 2019
samparker added a comment.
Hi Florian,
The main motivations here are:
- remove the dependency of a MachineFunction on ARMSubtarget->useMovt so that we can query this function from ARMTTIImpl and other passes not using a MachineFunction.
- use the subtarget to enable us to perform different setOperationActions.
- use the subtarget to enable us to set different scheduling preferences.
cheers,
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57812/new/
https://reviews.llvm.org/D57812
More information about the llvm-commits
mailing list