[all-commits] [llvm/llvm-project] 8e8571: [RISCV] Fix non-sensical intrinsic names in rv64i-...

Craig Topper via All-commits all-commits at lists.llvm.org
Thu Nov 11 08:36:56 PST 2021


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

  Changed paths:
    M llvm/test/CodeGen/RISCV/rv64i-single-softfloat.ll

  Log Message:
  -----------
  [RISCV] Fix non-sensical intrinsic names in rv64i-single-softfloat.ll. NFC

Many of these had an extra 'f' at the beginning of their name that
caused them to not be treated as intrinsics.

I'm not sure what fpround was supposed to be so I deleted it.

frem was changed from an intrinsic to an instruction.

Reviewed By: luismarques

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




More information about the All-commits mailing list