[all-commits] [llvm/llvm-project] 56905d: [clang] fix half && bfloat16 convert node expr cod...
JinjinLi868 via All-commits
all-commits at lists.llvm.org
Mon Sep 9 19:47:55 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56905dab7da50bccfcceaeb496b206ff476127e1
https://github.com/llvm/llvm-project/commit/56905dab7da50bccfcceaeb496b206ff476127e1
Author: JinjinLi868 <lijinjin.868 at bytedance.com>
Date: 2024-09-10 (Tue, 10 Sep 2024)
Changed paths:
M clang/lib/CodeGen/CGExprScalar.cpp
A clang/test/CodeGen/X86/bfloat16-convert-half.c
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list