[all-commits] [llvm/llvm-project] 96f6ec: [BOLT] Mark option values of --split-functions dep...

maksfb via All-commits all-commits at lists.llvm.org
Fri Jun 24 17:03:17 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 96f6ec5090c2f7a1e4804693cbb84c29c574b3de
      https://github.com/llvm/llvm-project/commit/96f6ec5090c2f7a1e4804693cbb84c29c574b3de
  Author: Fabian Parzefall <parzefall at fb.com>
  Date:   2022-06-24 (Fri, 24 Jun 2022)

  Changed paths:
    M bolt/README.md
    M bolt/docs/OptimizingClang.md
    M bolt/include/bolt/Passes/SplitFunctions.h
    M bolt/lib/Passes/SplitFunctions.cpp
    M bolt/test/X86/bug-reorder-bb-jrcxz.s
    M bolt/test/X86/jump-table-icp.test
    M bolt/test/X86/shared_object_entry.s
    M bolt/test/X86/unreachable.test
    M bolt/test/runtime/X86/exceptions-instrumentation.test
    M bolt/test/runtime/X86/pie-exceptions-split.test
    M bolt/test/runtime/meta-merge-fdata.test

  Log Message:
  -----------
  [BOLT] Mark option values of --split-functions deprecated

The SplitFunctions pass does not distinguish between various splitting
modes anymore. This change updates the command line interface to
reflect this behavior by deprecating values passed to the
--split-function option.

Reviewed By: rafauler

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




More information about the All-commits mailing list