[all-commits] [llvm/llvm-project] 1baa50: [RISCV] Add support for half-precision floats

Luís Marques via All-commits all-commits at lists.llvm.org
Fri Oct 25 06:02:23 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1baa50396d9b8766a2e3d775f2ea14c42e2fc05c
      https://github.com/llvm/llvm-project/commit/1baa50396d9b8766a2e3d775f2ea14c42e2fc05c
  Author: Luís Marques <luismarques at lowrisc.org>
  Date:   2019-10-25 (Fri, 25 Oct 2019)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    A llvm/test/CodeGen/RISCV/fp16-promote.ll

  Log Message:
  -----------
  [RISCV] Add support for half-precision floats

Complete fp16 support by ensuring that load extension / truncate store
operations are properly expanded.

Reviewers: asb, lenary
Reviewed By: lenary
Differential Revision: https://reviews.llvm.org/D69246




More information about the All-commits mailing list