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

Fix crash in DXIL.dll caused by illegal DXIL intrinsic. #6302

Merged
merged 6 commits into from
Feb 20, 2024

Commits on Feb 16, 2024

  1. Fix crash in DXIL.dll caused by illegal DXIL intrinsic.

    Replace assert on illegal DXIL op with return illegal value.
    Check the illegal cases in validation.
    
    Fixes microsoft#6168
    python3kgae committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    cd7438e View commit details
    Browse the repository at this point in the history
  2. Format fix.

    python3kgae committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    30dd78d View commit details
    Browse the repository at this point in the history
  3. Cleanup code.

    python3kgae committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    dbdf236 View commit details
    Browse the repository at this point in the history
  4. Code cleanup and format.

    python3kgae committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    d5f0a18 View commit details
    Browse the repository at this point in the history
  5. Limit to sm6.8

    python3kgae committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    1cd8042 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

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