This patch adds the fp16 scalar intrinsic for ARM as described in the ARM ACLE document. Only the frontend work is done here and some work is still needed in the backend codegen.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Paths
| Differential D49941
[ARM] Add ARMv8.2-A FP16 scalar intrinsic Needs ReviewPublic Authored by az on Jul 27 2018, 3:02 PM.
Details
Summary This patch adds the fp16 scalar intrinsic for ARM as described in the ARM ACLE document. Only the frontend work is done here and some work is still needed in the backend codegen.
Diff Detail
Revision Contents
Diff 157777 clang/include/clang/Basic/arm_fp16.td
clang/lib/CodeGen/CGBuiltin.cpp
clang/test/CodeGen/arm-v8.2a-fp16-intrinsics.c
llvm/include/llvm/IR/IntrinsicsARM.td
|