[all-commits] [llvm/llvm-project] 1692df: Revert "[X86] Avoid converting u64 to f32 using x8...

Craig Topper via All-commits all-commits at lists.llvm.org
Thu Jan 19 21:36:28 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1692dff0b33c840447446064d56ad06ba694665e
      https://github.com/llvm/llvm-project/commit/1692dff0b33c840447446064d56ad06ba694665e
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-01-19 (Thu, 19 Jan 2023)

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

  Log Message:
  -----------
  Revert "[X86] Avoid converting u64 to f32 using x87 on Windows"

This reverts commit a6e3027db7ebe6863e44bafcfeaacc16bdc88a3f.

Chrome and Halide are both reporting issues with importing builtins.

Maybe the better direction is to manually adjust FPCW for the inline
sequence on Windows.




More information about the All-commits mailing list