[all-commits] [llvm/llvm-project] 6b9ac2: [BranchFolding] Add a hook to override tail merge ...

Pengcheng Wang via All-commits all-commits at lists.llvm.org
Sun Jul 21 23:41:28 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6b9ac2a4951453fa61fbda285a23be1b32bbff49
      https://github.com/llvm/llvm-project/commit/6b9ac2a4951453fa61fbda285a23be1b32bbff49
  Author: Pengcheng Wang <wangpengcheng.pp at bytedance.com>
  Date:   2024-07-22 (Mon, 22 Jul 2024)

  Changed paths:
    M llvm/include/llvm/CodeGen/TargetInstrInfo.h
    M llvm/lib/CodeGen/BranchFolding.cpp

  Log Message:
  -----------
  [BranchFolding] Add a hook to override tail merge size (#99025)

A new hook `TargetInstrInfo::getTailMergeSize()` is added so that
targets can override it.

This removes an existing TODO.



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