[all-commits] [llvm/llvm-project] 776e3b: [clang] Add clang support for Machine Function Spl...

Daniel Hoekwater via All-commits all-commits at lists.llvm.org
Wed Sep 6 14:02:44 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 776e3b052738a76518da1f4800a114f3733c35b0
      https://github.com/llvm/llvm-project/commit/776e3b052738a76518da1f4800a114f3733c35b0
  Author: Daniel Hoekwater <hoekwater at google.com>
  Date:   2023-09-06 (Wed, 06 Sep 2023)

  Changed paths:
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/test/Driver/fsplit-machine-functions.c

  Log Message:
  -----------
  [clang] Add clang support for Machine Function Splitting on AArch64

On x86 targets, -fsplit-machine-functions enables splitting of machine
functions using profile information. This patch rolls out the flag for
AArch64 targets.

Depends on D158647

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




More information about the All-commits mailing list