[PATCH] D141074: [X86] Avoid converting 64-bit integers to floating point using x87 on Windows

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 16 02:00:42 PST 2023


RKSimon added inline comments.


================
Comment at: llvm/test/CodeGen/X86/uint64-to-float.ll:4
+; RUN: llc < %s -mtriple=x86_64-unknown -mattr=+sse2 | FileCheck %s --check-prefix=X64
+; RUN: llc < %s -mtriple=i686-win32 -mattr=+sse2 | FileCheck %s --check-prefix=X86-WIN32
 
----------------
add win64 test coverage as well to check we're not doing this there


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

https://reviews.llvm.org/D141074



More information about the llvm-commits mailing list