-
Notifications
You must be signed in to change notification settings - Fork 8
Failed to deduce type of memcpy despite TT available #138
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
Comments
@wsmoses This was the one due to which I added the int TT. (I'm trying to reproduce it through ENZYME_OPT=1, but rust still seems to have a slightly different compilation pipeline, so if that's not enough time to reproduce, I probably won't have enough time to investigate further). Update2: Trying to create an llvm-ir + opt reproducer failed, I get another of those int<>ptr illegal TA issues instead.
Given that I fixed it, I don't really have time to look further into why I had to fix it in the first place, sorry. |
The text was updated successfully, but these errors were encountered: