Skip to content
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

Map written LocationSets to program locations (loc_t) instead of IR::Expression*s #4797

Merged
merged 5 commits into from
Jul 19, 2024

Commits on Jul 19, 2024

  1. Map written LocationSets to program locations (loc_t) instead of IR::…

    …Expression*s
    
    Signed-off-by: Kyle Cripps <[email protected]>
    kfcripps committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    b9ef6d9 View commit details
    Browse the repository at this point in the history
  2. Use hvec_map instead of ordered_map for writes and use std::unordered…

    …_set instead of std::set for cached_locs
    
    Signed-off-by: Kyle Cripps <[email protected]>
    kfcripps committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    655b9c2 View commit details
    Browse the repository at this point in the history
  3. Short-circuit when parents are equal

    Signed-off-by: Kyle Cripps <[email protected]>
    kfcripps committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    867382a View commit details
    Browse the repository at this point in the history
  4. code cleanup

    Signed-off-by: Kyle Cripps <[email protected]>
    kfcripps committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    8e55157 View commit details
    Browse the repository at this point in the history
  5. Memoize loc_t hashes

    Signed-off-by: Kyle Cripps <[email protected]>
    kfcripps committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    6858f16 View commit details
    Browse the repository at this point in the history