[all-commits] [llvm/llvm-project] aa84ee: [X86] Change precision control to FP80 during u64-...

Craig Topper via All-commits all-commits at lists.llvm.org
Tue Feb 7 21:36:05 PST 2023


  Branch: refs/heads/release/16.x
  Home:   https://github.com/llvm/llvm-project
  Commit: aa84ee5cc17e19bfd4f77a55428eca01cf9385d7
      https://github.com/llvm/llvm-project/commit/aa84ee5cc17e19bfd4f77a55428eca01cf9385d7
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-02-07 (Tue, 07 Feb 2023)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/lib/Target/X86/X86ISelLowering.h
    M llvm/lib/Target/X86/X86InstrFPStack.td
    M llvm/test/CodeGen/X86/uint64-to-float.ll

  Log Message:
  -----------
  [X86] Change precision control to FP80 during u64->fp32 conversion on Windows.

This is an alternative to D141074 to fix the problem by adjusting
the precision control dynamically.

Reviewed By: icedrocket

Differential Revision: https://reviews.llvm.org/D142178

(cherry picked from commit 11fb09ec0afa8620bba44f374763e2ad64332e2e)




More information about the All-commits mailing list