[all-commits] [llvm/llvm-project] bb2bf3: [NFCI][metadata][clang] Use create{Unlikely, Likely...

Vitaly Buka via All-commits all-commits at lists.llvm.org
Mon Jun 10 15:19:58 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bb2bf3a2635a06de1c5ba15056dc5787ae2e81b0
      https://github.com/llvm/llvm-project/commit/bb2bf3a2635a06de1c5ba15056dc5787ae2e81b0
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2024-06-10 (Mon, 10 Jun 2024)

  Changed paths:
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGExprComplex.cpp
    M clang/lib/CodeGen/CGObjCGNU.cpp
    M clang/lib/CodeGen/CGObjCMac.cpp

  Log Message:
  -----------
  [NFCI][metadata][clang] Use create{Unlikely,Likely}BranchWeights (#89467)

It does not look like particular value is inportant.
Howere, there is a comment., but the current implementation
of `create{Unlikely,Likely}BranchWeights` use the same value.

Follow up to #89464



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list