-
Notifications
You must be signed in to change notification settings - Fork 16
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
Avoid use DPS interface #356
base: main
Are you sure you want to change the base?
Conversation
getDPSInits and getOutputs looks similar to me in their implementations. Not sure why this will make a difference. ;( |
Does this issue only happen with clang build? |
Yes. |
Yes, really odd, I checked the .td file and it seems like they have similar interface. |
Let's try to use memory sanitizer to see if there's any out-of-bound access issue before merging it? |
Agree, this might mask a real issue. |
I did some debug with memory sanitizer and valgrind, but didn't find the root cause yet, here's some tracing log.
|
Track #355
This change can fix the issue. @Menooker Do you know the reason why this fix works?