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

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Jul 24 09:08:58 PDT 2024


arsenm wrote:

> `_fltused` is used to identify the need for supporting functions and is used during the linking process. Always emitting results in code size increases and overlinking, but catching the generated ones is definitely something that we should be doing.

So really it should be looking for post-legalize calls to specific runtime libcalls

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


More information about the llvm-branch-commits mailing list