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: Consume FMA intrinsic operands in right order #102914

Merged
merged 1 commit into from
May 31, 2024

Commits on May 31, 2024

  1. JIT: Consume FMA intrinsic operands in right order

    The operands of the FMA intrinsic are permuted in a non-standard way
    during LSRA. Codegen already takes this into account, but the handling
    was missing when consuming the operands.
    
    Ideally we would permute these during lowering instead to avoid these
    hacks.
    
    Fix dotnet#102773
    jakobbotsch committed May 31, 2024
    Configuration menu
    Copy the full SHA
    83a143f View commit details
    Browse the repository at this point in the history