mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
[AArch64] Enabled AA support for Cortex-A57.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217381 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
13ea374e79
commit
c3c0c6df2a
@ -111,7 +111,7 @@ public:
|
||||
bool isCortexA57() const { return CPUString == "cortex-a57"; }
|
||||
bool isCortexA53() const { return CPUString == "cortex-a53"; }
|
||||
|
||||
bool useAA() const override { return isCortexA53(); }
|
||||
bool useAA() const override { return isCortexA53() || isCortexA57(); }
|
||||
|
||||
/// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
|
||||
/// that still makes it profitable to inline the call.
|
||||
|
Loading…
Reference in New Issue
Block a user