[all-commits] [llvm/llvm-project] f81d52: [Clang] Fix compilation errors for unsupported __b...
elizabethandrews via All-commits
all-commits at lists.llvm.org
Wed Jan 25 12:49:19 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f81d529f8955dbdf64d429c27dee994257b4ee99
https://github.com/llvm/llvm-project/commit/f81d529f8955dbdf64d429c27dee994257b4ee99
Author: Elizabeth Andrews <elizabeth.andrews at intel.com>
Date: 2023-01-25 (Wed, 25 Jan 2023)
Changed paths:
M clang/lib/AST/ASTContext.cpp
M clang/lib/AST/ItaniumMangle.cpp
M clang/lib/Sema/Sema.cpp
M clang/lib/Sema/SemaType.cpp
A clang/test/SemaSYCL/bf16.cpp
Log Message:
-----------
[Clang] Fix compilation errors for unsupported __bf16 intrinsics
This patch uses existing deferred diagnostics framework to emit error
for unsupported type __bf16 in device code. Error is not emitted in
host code.
Differential Revision: https://reviews.llvm.org/D141375
More information about the All-commits
mailing list