Skip to content

C++: Add IR test that shows dataflow regression after frontend update#13862

Merged
MathiasVP merged 1 commit intogithub:mainfrom
jketema:ir-test
Aug 1, 2023
Merged

C++: Add IR test that shows dataflow regression after frontend update#13862
MathiasVP merged 1 commit intogithub:mainfrom
jketema:ir-test

Conversation

@jketema
Copy link
Copy Markdown
Contributor

@jketema jketema commented Aug 1, 2023

No description provided.

@jketema jketema requested a review from a team as a code owner August 1, 2023 07:02
@github-actions github-actions bot added the C++ label Aug 1, 2023
Copy link
Copy Markdown
Contributor

@MathiasVP MathiasVP left a comment

Choose a reason for hiding this comment

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

This LGTM! But should we maybe put this into the dataflow test folder as well?

@jketema
Copy link
Copy Markdown
Contributor Author

jketema commented Aug 1, 2023

This LGTM! But should we maybe put this into the dataflow test folder as well?

This is literally one of the dataflow tests 😄

@jketema
Copy link
Copy Markdown
Contributor Author

jketema commented Aug 1, 2023

For reference

coords.x = coords.y = pos + 1;
// There is flow from `{0}` to `coords` in `&coords` on the next line.
coords.x = getX(&coords);

@MathiasVP
Copy link
Copy Markdown
Contributor

Oh! I thought this was a new and evil test that you somehow crafted 😂. Yay for our tests then!

@MathiasVP MathiasVP merged commit d111fa7 into github:main Aug 1, 2023
@jketema jketema deleted the ir-test branch August 1, 2023 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants