[all-commits] [llvm/llvm-project] 7dac00: [SPARC] Lower fp16 ops to libcalls

LemonBoy via All-commits all-commits at lists.llvm.org
Wed Jun 10 19:16:15 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7dac0085963da0f59d433096fcc26437f7051e53
      https://github.com/llvm/llvm-project/commit/7dac0085963da0f59d433096fcc26437f7051e53
  Author: LemonBoy <thatlemon at gmail.com>
  Date:   2020-06-10 (Wed, 10 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.

Recommit with fixed RUN lines for the test.

Differential Revision: https://reviews.llvm.org/D77569




More information about the All-commits mailing list