[PATCH] D81373: [WIP] Basic bfloat support on Arm

Alexandros Lamprineas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 11 10:28:11 PDT 2020


labrinea updated this revision to Diff 270178.
labrinea added a comment.

- Separated the fp16-specific codegen patterns in https://reviews.llvm.org/D81505.
- Removed the bfloat type handling from `isHomogeneousAggregate` since it is not considered as one according to the AAPCS reference.
- Rebased on top of https://reviews.llvm.org/D75169.
- Added some very basic tests.


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.270178.patch
Type: text/x-patch
Size: 37518 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200611/2f6b4467/attachment-0001.bin>


More information about the llvm-commits mailing list