[PATCH] D65654: [AArch64] Set preferred function alignment to 16 bytes on Neoverse N1
Pablo Barrio via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 2 08:30:31 PDT 2019
pbarrio marked 2 inline comments as done.
pbarrio added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64Subtarget.cpp:82
break;
case CortexA65:
break;
----------------
dmgreen wrote:
> Whilst you are here can you set this to 3 too, like the A53.
I agree, I'll do that as a separate patch
================
Comment at: llvm/lib/Target/AArch64/AArch64Subtarget.cpp:127
break;
case NeoverseE1:
+ break;
----------------
dmgreen wrote:
> This one can be 3 too I think. Like the A53.
I agree, I'll do that as a separate patch
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65654/new/
https://reviews.llvm.org/D65654
More information about the llvm-commits
mailing list