[llvm-branch-commits] [llvm] CodeGen: Remove UsesMSVCFloatingPoint from MachineModuleInfo (PR #100368)

James Y Knight via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Jul 24 10:25:17 PDT 2024


jyknight wrote:

It's been a while since I looked at this, but its purpose, at least back then (2c36240a820c27450c0626a7161646e2d20d3f6d) is very different than what was discussed above. 

It had two effects:
1. decide whether to include floating-point support in printf/scanf library routines.
2. decide whether to include code to modify the x87 FPU mode flags at program startup to the expected values.

https://github.com/llvm/llvm-project/pull/100368


More information about the llvm-branch-commits mailing list