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

Fix tests after llvm update #691

Merged
merged 1 commit into from
Jul 31, 2024
Merged

Fix tests after llvm update #691

merged 1 commit into from
Jul 31, 2024

Conversation

fifield
Copy link
Collaborator

@fifield fifield commented Jul 31, 2024

The last LLVM/MLIR update exposed a problem where two tests were using values computed outside the herd. i.e. runtime parameters, which aren't supported. I'm not sure how they worked before. In this particular case we could fix it with more aggressive constant propagation across the isolated-from-above ops, which I've done by hand instead.

@fifield fifield merged commit 67a8b7d into Xilinx:main Jul 31, 2024
11 checks passed
@fifield fifield deleted the fix_tests branch July 31, 2024 19:56
@fifield fifield mentioned this pull request Aug 1, 2024
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.

1 participant