[all-commits] [llvm/llvm-project] 9e3ae8: [FuncSpec] Rename internal option. NFC.

sjoerdmeijer via All-commits all-commits at lists.llvm.org
Tue Dec 21 03:02:53 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9e3ae8d296aaff9d62cc0f28dceb72e8c3e230f6
      https://github.com/llvm/llvm-project/commit/9e3ae8d296aaff9d62cc0f28dceb72e8c3e230f6
  Author: Sjoerd Meijer <sjoerd.meijer at arm.com>
  Date:   2021-12-21 (Tue, 21 Dec 2021)

  Changed paths:
    M llvm/lib/Transforms/IPO/FunctionSpecialization.cpp
    M llvm/test/Transforms/FunctionSpecialization/function-specialization4.ll

  Log Message:
  -----------
  [FuncSpec] Rename internal option. NFC.

Rename option MaxConstantsThreshold to MaxClonesThreshold. Not only is this
more descriptive, this is also in preparation of introducing another threshold
to analyse more than just 1 constant argument as we currently do, and to better
distinguish these options/thresholds.




More information about the All-commits mailing list