llvm-project
8a0073ad
- [CostModel][X86] Treat lrint/llrint as fptosi calls (#90883)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[CostModel][X86] Treat lrint/llrint as fptosi calls (#90883) X86 can use the CVTP2SI instructions to lower lrint/llrint calls, which have the same costs as the CVTTP2SI (fptosi) instructions Followup to #90065
References
#90883 - [CostModel][X86] Treat lrint/llrint as fptosi calls
Author
RKSimon
Parents
3563af6c
Loading