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?