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
Change main #loc storage key from "1" to "" (empty string) to avoid
collision with #loc1. This resolves the issue where #loc1 would
overwrite the main #loc entry when both exist in the IR file.
The main #loc directive appears as `#loc = loc(...)` without a number,
while numbered directives appear as `#loc1 = loc(...)`, `#loc2 = loc(...)`, etc.
Using "" as the key for the main directive prevents conflicts.
0 commit comments