[all-commits] [llvm/llvm-project] bb790b: [NFC] Extract the probability check for the hoiste...

Shengchen Kan via All-commits all-commits at lists.llvm.org
Fri Aug 2 09:18:30 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bb790b8bf2e9bb57db3313edb4868830213d1079
      https://github.com/llvm/llvm-project/commit/bb790b8bf2e9bb57db3313edb4868830213d1079
  Author: Shengchen Kan <shengchen.kan at intel.com>
  Date:   2024-08-03 (Sat, 03 Aug 2024)

  Changed paths:
    M llvm/lib/Transforms/Utils/SimplifyCFG.cpp

  Log Message:
  -----------
  [NFC] Extract the probability check for the hoisted BB into a local function

So that we can early bail out to avoid nested if clauses.

This is to extract the NFC change in #96878 into a separate PR.



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