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

icedrocket via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 6 13:33:47 PST 2023


icedrocket added a comment.

I would like to contribute to solving or mitigating this issue, but I am not familiar with LLVM. I'm not sure where to start to get LLVM to inject code into main. It would be nice to have that option applied by default when generating executables in any language that uses LLVM as a backend, not just Clang, but I don't know if that's possible with the current compiler architecture.


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

https://reviews.llvm.org/D141074



More information about the llvm-commits mailing list