[all-commits] [llvm/llvm-project] 741d7f: [Clang][Sema] Add special handling of mfloat8 in i...
Lukacma via All-commits
all-commits at lists.llvm.org
Thu Feb 27 03:32:24 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 741d7fab4e6c00dea5a38ba202ea80e03b71c59d
https://github.com/llvm/llvm-project/commit/741d7fab4e6c00dea5a38ba202ea80e03b71c59d
Author: Lukacma <Marian.Lukac at arm.com>
Date: 2025-02-27 (Thu, 27 Feb 2025)
Changed paths:
M clang/lib/AST/ExprConstant.cpp
M clang/lib/Sema/SemaInit.cpp
A clang/test/CodeGen/AArch64/fp8-init-list.c
Log Message:
-----------
[Clang][Sema] Add special handling of mfloat8 in initializer lists (#125097)
This patch fixes assertion failures in clang, caused by unique
properties of _mfp8 type, namely it not being either scalar or vector
type and it not being either integer or float type.
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