forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AArch64] Extend costs for fptoi.sat intrinsics.
Most of these bring the costs in line with the code generation. The f16 costs without FullFP16 are usually converted to f32. Extended v2f32->v2f64 vectors similarly use fcvtl + fcvt. As a backup we use the costs similar to the target independent code, which should give a relatively high cost.
- Loading branch information
1 parent
7401ef0
commit ca50690
Showing
3 changed files
with
152 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.