[PATCH] D80928: [BFloat] Add convert/copy instrinsic support

Mikhail Maltsev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 23 07:59:16 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG3f353a2e5a98: [BFloat] Add convert/copy instrinsic support (authored by miyuki).

Changed prior to commit:
  https://reviews.llvm.org/D80928?vs=272406&id=272731#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80928/new/

https://reviews.llvm.org/D80928

Files:
  clang/include/clang/Basic/arm_neon.td
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/test/CodeGen/aarch64-bf16-lane-intrinsics.c
  clang/test/CodeGen/arm-bf16-convert-intrinsics.c
  clang/test/Sema/aarch64-neon-bf16-ranges.c
  clang/utils/TableGen/NeonEmitter.cpp
  llvm/include/llvm/IR/IntrinsicsAArch64.td
  llvm/include/llvm/IR/IntrinsicsARM.td
  llvm/lib/Target/AArch64/AArch64InstrFormats.td
  llvm/lib/Target/AArch64/AArch64InstrInfo.td
  llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
  llvm/test/CodeGen/AArch64/bf16-convert-intrinsics.ll
  llvm/test/CodeGen/AArch64/bf16-vector-shuffle.ll
  llvm/test/CodeGen/ARM/bf16-convert-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80928.272731.patch
Type: text/x-patch
Size: 37582 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200623/cdcf53fb/attachment-0001.bin>


More information about the cfe-commits mailing list