[all-commits] [llvm/llvm-project] b121d2: [RISCV] Promote f16 log/pow/exp/sin/cos/etc. to f3...

Craig Topper via All-commits all-commits at lists.llvm.org
Mon Nov 29 18:50:01 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b121d23a9cea711e832505c0b2495de6a51591c1
      https://github.com/llvm/llvm-project/commit/b121d23a9cea711e832505c0b2495de6a51591c1
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2021-11-29 (Mon, 29 Nov 2021)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/test/CodeGen/RISCV/half-intrinsics.ll

  Log Message:
  -----------
  [RISCV] Promote f16 log/pow/exp/sin/cos/etc. to f32 libcalls.

Prevents crashes or cannot select errors.

Reviewed By: frasercrmck

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




More information about the All-commits mailing list