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

JIT: Model GetFfr* with a special side effect and handle it in VN #105973

Merged
merged 4 commits into from
Aug 10, 2024

Commits on Aug 5, 2024

  1. JIT: Model GetFfr* with a special side effect and handle it in VN

    - Add `HW_Flag_SpecialSideEffect_Other` to GetFfr* HW intrinsics. These
      intrinsics essentially read memory from memory that we do not model,
      so we have to treat them conservatively.
    - Teach VN to give all HW intrinsics with any special side effect a
      unique VN
    
    Fix dotnet#105944
    jakobbotsch committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    205071a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    5da9aea View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    7d93673 View commit details
    Browse the repository at this point in the history
  2. Add a test

    jakobbotsch committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e829a47 View commit details
    Browse the repository at this point in the history