[PATCH] D79710: [clangd][BFloat] add create/set/get/dup intrinsics

Ties Stuij via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 11 04:47:45 PDT 2020


stuij created this revision.
Herald added subscribers: cfe-commits, usaxena95, kadircet, arphaman, jkorous, MaskRay, ilya-biryukov, kristof.beyls.
Herald added a project: clang.

This patch is part of a series that adds support for the Bfloat16 extension of
the Armv8.6-a architecture, as detailed here:

https://community.arm.com/developer/ip-products/processors/b/processors-ip-blog/posts/arm-architecture-developments-armv8-6-a

The bfloat type, and its properties is specified in the Arm C language extension
specification:

https://developer.arm.com/docs/ihi0055/d/procedure-call-standard-for-the-arm-64-bit-architecture


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79710

Files:
  clang/include/clang/Basic/arm_neon.td
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/test/CodeGen/aarch64-bf16-getset-intrinsics.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79710.263147.patch
Type: text/x-patch
Size: 11420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200511/9d5650a5/attachment-0001.bin>


More information about the cfe-commits mailing list