[IR][BFloat] add BFloat IR intrinsics support
authorTies Stuij <ties.stuij@arm.com>
Wed, 27 May 2020 13:00:33 +0000 (14:00 +0100)
committerTies Stuij <ties.stuij@arm.com>
Wed, 27 May 2020 13:37:47 +0000 (14:37 +0100)
commitad5d319ee85d31ee2b1ca5c29b3a10b340513fec
tree1898d14a8e6613e41498bcb305ab5719a42b8062
parent70d4a202995315c77d7daec9f332a6ceda84efc9
[IR][BFloat] add BFloat IR intrinsics support

Summary:
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 are specified in the Arm Architecture
Reference Manual:

https://developer.arm.com/docs/ddi0487/latest/arm-architecture-reference-manual-armv8-for-armv8-a-architecture-profile

Reviewers: scanon, fpetrogalli, sdesmalen, craig.topper, LukeGeeson

Reviewed By: fpetrogalli

Subscribers: LukeGeeson, pbarrio, kristof.beyls, hiraditya, jdoerfert, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D79707
llvm/include/llvm/IR/Intrinsics.h
llvm/include/llvm/IR/Intrinsics.td
llvm/include/llvm/IR/IntrinsicsAArch64.td
llvm/lib/IR/Function.cpp
llvm/utils/TableGen/IntrinsicEmitter.cpp