Skip to content
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

C++: Avoid a CP in cpp/alloca-in-loop #16563

Merged
merged 1 commit into from
May 22, 2024
Merged

Conversation

MathiasVP
Copy link
Contributor

this wasn't bound in the predicate, so it ended up generating a CP.

(Looking at the DIL it does look like the compiler actually saved us and eliminated the CP, but we should probably be on the safe side and remove the CP anyway)

@MathiasVP MathiasVP requested a review from a team as a code owner May 22, 2024 14:23
@github-actions github-actions bot added the C++ label May 22, 2024
@MathiasVP MathiasVP added the no-change-note-required This PR does not need a change note label May 22, 2024
Copy link
Contributor

@jketema jketema left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@MathiasVP
Copy link
Contributor Author

CI failures are unrelated. 🤠 merging!

@MathiasVP MathiasVP merged commit 1978922 into github:main May 22, 2024
12 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C++ no-change-note-required This PR does not need a change note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants