[PATCH] D104185: [SPARC] Legalize truncating stores of fp128 to half values

LemonBoy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 12 11:08:48 PDT 2021


LemonBoy created this revision.
LemonBoy added reviewers: jrtc27, joerg, dcederman, brad.
Herald added subscribers: fedor.sergeev, hiraditya, jyknight.
LemonBoy requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Expand the truncating store into two separate truncation and a store operations and handle the former with a libcall.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D104185

Files:
  llvm/lib/Target/Sparc/SparcISelLowering.cpp
  llvm/test/CodeGen/SPARC/fp16-promote.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104185.351676.patch
Type: text/x-patch
Size: 6102 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210612/81f6ec7b/attachment.bin>


More information about the llvm-commits mailing list