[clang] [compiler-rt] [llvm] [SystemZ] Add support for half (fp16) (PR #109164)

Ulrich Weigand via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 19 05:49:24 PST 2024


================
@@ -185,6 +185,8 @@ bool SystemZABIInfo::isFPArgumentType(QualType Ty) const {
 
   if (const BuiltinType *BT = Ty->getAs<BuiltinType>())
     switch (BT->getKind()) {
+    case BuiltinType::Half:     // __fp16
----------------
uweigand wrote:

Then I think we shouldn't have this either.

https://github.com/llvm/llvm-project/pull/109164


More information about the llvm-commits mailing list