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

[release/7.0] JIT: Fix segfault for modulo computations involving address-of expressions #76171

Merged
merged 3 commits into from
Sep 28, 2022

Commits on Sep 26, 2022

  1. Add a test

    jakobbotsch authored and github-actions committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    c789ef8 View commit details
    Browse the repository at this point in the history
  2. JIT: Use gtCloneExpr in fgMorphModToSubMulDiv for potentially complex…

    … trees
    
    We may get here for any invariant dividend/divisor but these can be
    'complex' address-of trees that gtClone does not handle.
    
    Fix #76051
    jakobbotsch authored and github-actions committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    af7c219 View commit details
    Browse the repository at this point in the history
  3. Fix test build

    jakobbotsch authored and github-actions committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    f5af6d8 View commit details
    Browse the repository at this point in the history