Files
clang-p2996/clang/lib/CodeGen/CGExprScalar.cpp
JinjinLi868 56905dab7d [clang] fix half && bfloat16 convert node expr codegen (#89051)
Data type conversion between fp16 and bf16 will generate fptrunc and
fpextend nodes, but they are actually bitcast nodes.
2024-09-10 10:47:33 +08:00

233 KiB