[PATCH] D66930: [MIPS GlobalISel] Lower uitofp

Petar Avramovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 29 01:07:28 PDT 2019


Petar.Avramovic added a comment.

Algorithm is similar to the one SDAG uses in SelectionDAGLegalize::ExpandLegalINT_TO_FP
The difference is that here we use BuildPair instead of sequence of two i32 stores followed by f64 load since it results in one instruction less.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66930/new/

https://reviews.llvm.org/D66930





More information about the llvm-commits mailing list