[clang] clang: Stop using llvm.convert.to.fp16/llvm.convert.from.fp16 (PR #174494)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 6 11:06:05 PST 2026
arsenm wrote:
I've switched this to leaving most of the useFP16ConversionIntrinsics usage in place. It should be removed, but it's been misused as an ABI option and I'm not sure how to untangle it. In particular I think some of the AArch64 builtins should be defined using _Float16 instead of __fp16
https://github.com/llvm/llvm-project/pull/174494
More information about the cfe-commits
mailing list