Skip to content

[BranchFolding] Add a hook to override tail merge size #99025

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

wangpc-pp
Copy link
Contributor

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

This removes an existing TODO.

Copy link

github-actions bot commented Jul 16, 2024

✅ With the latest revision this PR passed the C/C++ code formatter.

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

This removes an existing TODO.
@wangpc-pp wangpc-pp force-pushed the main-tail-merge-size branch from 31272fd to 9ccb615 Compare July 19, 2024 10:26
@wangpc-pp wangpc-pp merged commit 6b9ac2a into llvm:main Jul 22, 2024
4 of 7 checks passed
@wangpc-pp wangpc-pp deleted the main-tail-merge-size branch July 22, 2024 06:41
yuxuanchen1997 pushed a commit that referenced this pull request Jul 25, 2024
Summary:
A new hook `TargetInstrInfo::getTailMergeSize()` is added so that
targets can override it.

This removes an existing TODO.

Test Plan: 

Reviewers: 

Subscribers: 

Tasks: 

Tags: 


Differential Revision: https://phabricator.intern.facebook.com/D60251498
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants