Skip to content

Fix 40056: Prevent outlining of blocks with token type instructions (… #9000

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 24, 2024

Conversation

compnerd
Copy link
Member

llvm#99759)

Hot cold splitting should not outline:

  1. Basic blocks with token type instructions
  2. Functions with scoped EH personality (As suggested by Vedant in Function has token parameter but isn't an intrinsic llvm/llvm-project#40056 (comment))

Fixes: llvm#40056
(cherry picked from commit c59ee7e)

…lvm#99759)

Hot cold splitting should not outline:
1. Basic blocks with token type instructions
1. Functions with scoped EH personality (As suggested by Vedant in
llvm#40056 (comment))

Fixes: llvm#40056
(cherry picked from commit c59ee7e)
@compnerd
Copy link
Member Author

@swift-ci please test

@compnerd compnerd merged commit 3c6e1d3 into swiftlang:stable/20230725 Jul 24, 2024
3 checks passed
@compnerd compnerd deleted the 40056 branch July 24, 2024 04:11
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