[all-commits] [llvm/llvm-project] 36a44d: [AArch64] Sets the preferred function alignment fo...

Stelios Ioannou via All-commits all-commits at lists.llvm.org
Sun May 2 16:01:03 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 36a44dfd95d88fc13ce45b8d202ab05ff7641d23
      https://github.com/llvm/llvm-project/commit/36a44dfd95d88fc13ce45b8d202ab05ff7641d23
  Author: Stelios Ioannou <stelios.ioannou at arm.com>
  Date:   2021-05-03 (Mon, 03 May 2021)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
    M llvm/test/CodeGen/AArch64/preferred-function-alignment.ll

  Log Message:
  -----------
  [AArch64] Sets the preferred function alignment for Cortex-A53/A55.

Setting the preffered function alignment to 16 for Cortex A53/A55
improves performance in a wide range of benchmarks. This brings it
in line with the Cortex-A53/A55 tuning that is used in GCC
(gcc/config/aarch64/aarch64.c).

Differential Revision: https://reviews.llvm.org/D101636

Change-Id: I2ce47fe7ab5e3b54f49c89038d8da4e404742de2




More information about the All-commits mailing list