[PATCH] D141074: [X86] Avoid converting 64-bit integers to floating point using x87 on Windows
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 9 12:20:44 PST 2023
lebedev.ri added a comment.
I think the original version of the diff is reasonable and can be merged.
I don't think the concerns that we lower something to a libcall are sufficiently grounded.
We already lower many things to a libcall. Doing so for one more thing is not the end of the world,
assuming the compiler-rt exists for that configuration in the first place.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141074/new/
https://reviews.llvm.org/D141074
More information about the llvm-commits
mailing list