This is an archive of the discontinued LLVM Phabricator instance.

[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

Repository
rC Clang

Event Timeline

az created this revision.Jul 27 2018, 3:02 PM
LukeGeeson added a subscriber: LukeGeeson.