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

[RISCV] Cost ordered bf16/f16 w/ zvfhmin reductions as invalid #114250

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 30, 2024

  1. [RISCV] Cost ordered bf16/f16 w/ zvfhmin reductions as invalid

    This moves the check earlier to fix this.
    
    This also uses BasicTTIImpl instead which now assigns a valid but expensive cost for fixed-length vectors, which reflects how codegen will actually scalarize them.
    lukel97 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    26fd9ac View commit details
    Browse the repository at this point in the history
  2. Check legalized type

    lukel97 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    52be2b5 View commit details
    Browse the repository at this point in the history