[PATCH] D79706: [CodeGen][BFloat] Add bfloat MVT type
Ties Stuij via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 11 04:47:39 PDT 2020
stuij created this revision.
Herald added subscribers: llvm-commits, jdoerfert, aheejin, hiraditya, kristof.beyls, dschuff.
Herald added a project: LLVM.
stuij added a parent revision: D78190: Add Bfloat IR type.
stuij added a child revision: D79709: [AArch64][BFloat] basic AArch64 bfloat support.
This patch adds BFloat MVT support. It also adds fixed and scalable vector MVT
types for BFloat.
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/D79706
Files:
llvm/include/llvm/CodeGen/SelectionDAG.h
llvm/include/llvm/CodeGen/ValueTypes.td
llvm/include/llvm/IR/Intrinsics.td
llvm/include/llvm/Support/MachineValueType.h
llvm/lib/CodeGen/ValueTypes.cpp
llvm/utils/TableGen/CodeGenTarget.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79706.263142.patch
Type: text/x-patch
Size: 45062 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200511/82906373/attachment.bin>
More information about the llvm-commits
mailing list