[llvm-branch-commits] [llvm] IR: Introduce "float-abi" module flag (PR #210821)

Alex Rønne Petersen via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Jul 21 04:17:49 PDT 2026


alexrp wrote:

> I don't understand why these named ABIs aren't directly in the triple. The side-channel adds a lot of extra machinery to manage

They could be, and that's exactly what we'll do in Zig. But LLVM triples seems to be modeled on conventions in the C/C++ world, so I don't know how much appetite there is for introducing more components in the syntax - which you kind of have to do to avoid explosion when you consider libc vs platform ABI vs float ABI.

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


More information about the llvm-branch-commits mailing list