summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/lrint-conv-win.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AArch64] Handle ISD::LRINT and ISD::LLRINTAdhemerval Zanella2019-05-281-0/+48
This patch optimizes ISD::LRINT and ISD::LLRINT to frintx plus fcvtzs. It currently only handles the scalar version. Reviewed By: SjoerdMeijer, mstorsjo Differential Revision: https://reviews.llvm.org/D62018 llvm-svn: 361877
OpenPOWER on IntegriCloud