You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The accesses to regions stack_20 and stack_8 both have the same address (R29 - 8 == R31 + 24) but have different regions. This is incorrect.
This seems to only happen some of the time (sometimes the functionpointer/clang_pic:GTIRB variant is affected too or separately), so it may be some weird iteration-order issue with iterating over a Set or something?
The text was updated successfully, but these errors were encountered:
For correct/functionpointer/clang:GTIRB, there is an issue with the stack regions. This is an excerpt of the output:
The accesses to regions stack_20 and stack_8 both have the same address (R29 - 8 == R31 + 24) but have different regions. This is incorrect.
This seems to only happen some of the time (sometimes the functionpointer/clang_pic:GTIRB variant is affected too or separately), so it may be some weird iteration-order issue with iterating over a Set or something?
The text was updated successfully, but these errors were encountered: