[clang] [CIR][X86]Implement handling for convert-half builtins (PR #173143)

Priyanshu Kumar via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 22 10:49:49 PST 2025


Priyanshu3820 wrote:

hi @andykaylor, @bcardosolopes, I have decided to handle the fp16 builtins in a separate PR(was having some issues in them so thought i'd be needing some more time debugging). This PR only contains the bf16 builtins(`cvtneps2bf16_128_mask`,
`cvtneps2bf16_256_mask` and `cvtneps2bf16_512_mask`). All tests pass.

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


More information about the cfe-commits mailing list