[PATCH] D81373: [ARM] Basic bfloat support

Alexandros Lamprineas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 17 11:18:53 PDT 2020


labrinea updated this revision to Diff 271413.
labrinea retitled this revision from "[WIP] Basic bfloat support on Arm" to "[ARM] Basic bfloat support".
labrinea edited the summary of this revision.
labrinea added a comment.

Changes from last revision:

- the code generation relies on fullfp16 being present,
- the unit test also checks the codegen for soft float abi


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81373

Files:
  llvm/lib/Target/ARM/ARMCallingConv.cpp
  llvm/lib/Target/ARM/ARMCallingConv.td
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/lib/Target/ARM/ARMInstrNEON.td
  llvm/lib/Target/ARM/ARMInstrVFP.td
  llvm/lib/Target/ARM/ARMRegisterInfo.td
  llvm/lib/Target/ARM/ARMSubtarget.h
  llvm/test/CodeGen/ARM/bfloat.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81373.271413.patch
Type: text/x-patch
Size: 38587 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200617/19706ed5/attachment.bin>


More information about the llvm-commits mailing list