-
Notifications
You must be signed in to change notification settings - Fork 15.3k
[LLVM][CodeGen][SVE] Use DUPM for constantfp splats. #168391
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
Conversation
This helps cases where the immediate range of FDUP is not sufficient.
|
@llvm/pr-subscribers-backend-aarch64 Author: Paul Walker (paulwalker-arm) ChangesThis helps cases where the immediate range of FDUP is not sufficient. Patch is 69.55 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/168391.diff 11 Files Affected:
|
sdesmalen-arm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's an easy win, nice!
This helps cases where the immediate range of FDUP is not sufficient.