Changeset View
Changeset View
Standalone View
Standalone View
clang/test/CodeGen/arm-mangle-bf16.cpp
Context not available. | |||||
// RUN: %clang_cc1 -triple arm-arm-none-eabi -target-feature +bf16 -mfloat-abi hard -emit-llvm -o - %s | FileCheck %s | // RUN: %clang_cc1 -triple arm-arm-none-eabi -target-feature +bf16 -mfloat-abi hard -emit-llvm -o - %s | FileCheck %s | ||||
// RUN: %clang_cc1 -triple arm-arm-none-eabi -target-feature +bf16 -mfloat-abi softfp -emit-llvm -o - %s | FileCheck %s | // RUN: %clang_cc1 -triple arm-arm-none-eabi -target-feature +bf16 -mfloat-abi softfp -emit-llvm -o - %s | FileCheck %s | ||||
// CHECK: define {{.*}}void @_Z3foou6__bf16(bfloat %b) | // CHECK: define {{.*}}void @_Z3foou6__bf16(bfloat | ||||
void foo(__bf16 b) {} | void foo(__bf16 b) {} | ||||
Context not available. |