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

[LegalizeVectorTypes] Always widen fabs #111298

Merged
merged 2 commits into from
Oct 7, 2024

Remove check prefixes that aren't needed after rebasing

f11f82c
Select commit
Loading
Failed to load commit list.
Merged

[LegalizeVectorTypes] Always widen fabs #111298

Remove check prefixes that aren't needed after rebasing
f11f82c
Select commit
Loading
Failed to load commit list.
Graphite App / Graphite / ai_reviewer check succeeded Oct 7, 2024 in 0s

Graphite AI review summary

This pull request optimizes the handling of the FABS operation for vector types in LLVM's code generation for RISC-V architectures with the ZVFHMIN extension. It simplifies the implementation by using vector instructions instead of scalar operations.

Left no comments. Looks good to me!

Details