[PATCH] D83444: [AArch64][SVE] Add lowering for llvm.fma.
    Eli Friedman via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jul  8 17:13:19 PDT 2020
    
    
  
efriedma created this revision.
efriedma added reviewers: sdesmalen, paulwalker-arm.
Herald added subscribers: danielkiss, psnobl, hiraditya, kristof.beyls, tschuett.
Herald added a project: LLVM.
This is currently bare-bones; we aren't taking advantage of any of the FMA variant instructions.  But it's enough to generate code.
Repository:
  rG LLVM Github Monorepo
https://reviews.llvm.org/D83444
Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/test/CodeGen/AArch64/sve-fp.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83444.276606.patch
Type: text/x-patch
Size: 6344 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200709/392912ee/attachment.bin>
    
    
More information about the llvm-commits
mailing list