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

Account for type mismatch of FIELD_LIST members in LSRA #57450

Merged
merged 2 commits into from
Aug 16, 2021

Commits on Aug 15, 2021

  1. Add the test

    SingleAccretion committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    c76ebe9 View commit details
    Browse the repository at this point in the history
  2. Fix the bug

    Assertion propagation can replace a TYP_UBYTE field
    in a field list with a TYP_INT constant, so LSRA
    must use the actual field type when deciding whether
    an internal register to allocate must be byteable.
    SingleAccretion committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    b2a8d23 View commit details
    Browse the repository at this point in the history