llvm-project
8a0073ad - [CostModel][X86] Treat lrint/llrint as fptosi calls (#90883)

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
Author
Parents
Loading