This patch is part of a series that adds support for the Bfloat16 extension of
the Armv8.6-a architecture, as detailed here:
The bfloat type, and its properties are specified in the Arm Architecture
Reference Manual:
Paths
| Differential D79707
[IR][BFloat] add BFloat IR intrinsics support ClosedPublic Authored by stuij on May 11 2020, 4:27 AM.
Details Summary This patch is part of a series that adds support for the Bfloat16 extension of The bfloat type, and its properties are specified in the Arm Architecture
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, jdoerfert, hiraditya, kristof.beyls. · View Herald Transcript Comment Actions
This revision now requires changes to proceed.May 15 2020, 9:07 AM This revision is now accepted and ready to land.May 20 2020, 4:16 PM Closed by commit rGad5d319ee85d: [IR][BFloat] add BFloat IR intrinsics support (authored by stuij). · Explain WhyMay 27 2020, 7:00 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 266526 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
|
Can you add the scalable version of these in IntrinsicsAArch64.td, together with those already there?