[PATCH] D86146: [ARM][BFloat16] Change types of some Arm and AArch64 bf16 intrinsics
Mikhail Maltsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 26 12:11:33 PDT 2020
miyuki updated this revision to Diff 288068.
miyuki edited the summary of this revision.
miyuki set the repository for this revision to rG LLVM Github Monorepo.
miyuki added a comment.
Herald added a subscriber: wenlei.
1. Also update bfdot
2. Add auto-upgrade for old intrinsics
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86146/new/
https://reviews.llvm.org/D86146
Files:
clang/lib/CodeGen/CGBuiltin.cpp
clang/test/CodeGen/aarch64-bf16-dotprod-intrinsics.c
clang/test/CodeGen/arm-bf16-dotprod-intrinsics.c
llvm/include/llvm/IR/IntrinsicsAArch64.td
llvm/include/llvm/IR/IntrinsicsARM.td
llvm/lib/IR/AutoUpgrade.cpp
llvm/lib/Target/AArch64/AArch64InstrFormats.td
llvm/lib/Target/AArch64/AArch64InstrInfo.td
llvm/lib/Target/ARM/ARMInstrNEON.td
llvm/test/Bitcode/aarch64-bf16-upgrade.bc
llvm/test/Bitcode/aarch64-bf16-upgrade.ll
llvm/test/Bitcode/arm-bf16-upgrade.bc
llvm/test/Bitcode/arm-bf16-upgrade.ll
llvm/test/CodeGen/AArch64/aarch64-bf16-dotprod-intrinsics.ll
llvm/test/CodeGen/ARM/arm-bf16-dotprod-intrinsics.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86146.288068.patch
Type: text/x-patch
Size: 72243 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200826/9d461745/attachment-0001.bin>
More information about the llvm-commits
mailing list