[all-commits] [llvm/llvm-project] 28415e: [SPARC] Lower fp16 ops to libcalls
LemonBoy via All-commits
all-commits at lists.llvm.org
Tue Jun 9 19:30:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 28415e588f1c501967a9b596e6651787996f93ff
https://github.com/llvm/llvm-project/commit/28415e588f1c501967a9b596e6651787996f93ff
Author: LemonBoy <thatlemon at gmail.com>
Date: 2020-06-09 (Tue, 09 Jun 2020)
Changed paths:
M llvm/lib/Target/Sparc/SparcISelLowering.cpp
A llvm/test/CodeGen/SPARC/fp16-promote.ll
Log Message:
-----------
[SPARC] Lower fp16 ops to libcalls
The fp16 ops are legalized by extending/chopping them as needed.
The tests are shamelessly stolen from the RISC-V backend.
Differential Revision: https://reviews.llvm.org/D77569
More information about the All-commits
mailing list