[PATCH] D48074: [ARM] Enable useAA() for the in-order Cortex-R52
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 14 11:23:48 PDT 2018
efriedma added a comment.
I'm generally not a fan of having features like this, which have widespread implications, turned on only for certain target CPUs; it tends to make it much harder to find bugs, since the code gets little testing. But I guess this is okay for now.
https://reviews.llvm.org/D48074
More information about the llvm-commits
mailing list