[PATCH] D52134: [X86] Remove an fp->int->fp domain crossing in LowerUINT_TO_FP_i64.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 14 23:22:36 PDT 2018


craig.topper created this revision.
craig.topper added a reviewer: RKSimon.

This unfortunately adds a move, but isn't that better than going to the int domain and back?


Repository:
  rL LLVM

https://reviews.llvm.org/D52134

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/ftrunc.ll
  test/CodeGen/X86/scalar-int-to-fp.ll
  test/CodeGen/X86/vec_int_to_fp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52134.165638.patch
Type: text/x-patch
Size: 11741 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180915/eac5b9dc/attachment.bin>


More information about the llvm-commits mailing list