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

Update TypeAnalysis.cpp #1921

Merged
merged 2 commits into from
Jun 11, 2024
Merged

Update TypeAnalysis.cpp #1921

merged 2 commits into from
Jun 11, 2024

Conversation

ZuseZ4
Copy link
Member

@ZuseZ4 ZuseZ4 commented Jun 11, 2024

fixes EnzymeAD/rust#125
(at least the Enzyme bug, TA still fails even with loose types).

Extending i128 to 64 bit doesn't really work and llvm allows to directly check for -1, so let's make it more explicit.

@ZuseZ4 ZuseZ4 requested a review from wsmoses June 11, 2024 00:53
@ZuseZ4 ZuseZ4 marked this pull request as ready for review June 11, 2024 00:53
@ZuseZ4 ZuseZ4 enabled auto-merge June 11, 2024 01:09
Copy link
Member

@wsmoses wsmoses left a comment

Choose a reason for hiding this comment

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

Add a test so we don’t regress?

@ZuseZ4 ZuseZ4 added this pull request to the merge queue Jun 11, 2024
@wsmoses wsmoses removed this pull request from the merge queue due to a manual request Jun 11, 2024
@ZuseZ4 ZuseZ4 added this pull request to the merge queue Jun 11, 2024
Merged via the queue into main with commit 30b3a09 Jun 11, 2024
33 of 46 checks passed
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.

Getting faer to work with Enzyme
2 participants