[all-commits] [llvm/llvm-project] c3cb4e: Revert "[RISCV] Remove unused function declaration...

Craig Topper via All-commits all-commits at lists.llvm.org
Sun Mar 12 22:44:28 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c3cb4e4105f856811e6a5285d63e494e4fec278e
      https://github.com/llvm/llvm-project/commit/c3cb4e4105f856811e6a5285d63e494e4fec278e
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-03-12 (Sun, 12 Mar 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h

  Log Message:
  -----------
  Revert "[RISCV] Remove unused function declaration. NFC"

This reverts commit 5589c3cf752383fa42eaacc13fb985653ae528b6.

I need to revert an earlier patch to fix a mistake.


  Commit: ffc18c33396b612c543868742fdbcb41a777a172
      https://github.com/llvm/llvm-project/commit/ffc18c33396b612c543868742fdbcb41a777a172
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-03-12 (Sun, 12 Mar 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
    M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
    M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
    M llvm/test/CodeGen/RISCV/double-zfa.ll
    M llvm/test/CodeGen/RISCV/half-zfa-fli.ll

  Log Message:
  -----------
  Revert "[RISCV] Add separate lookup tables for fli.h and fli.d."

This reverts commit ebc11b68412cdcf2a0e6e2c50df262cfd9b8f481.

I made a mistake in the f16 table. Will fix and recommit.


  Commit: bf4b9857d09d220012ea8fe0f369e54f2b8234cc
      https://github.com/llvm/llvm-project/commit/bf4b9857d09d220012ea8fe0f369e54f2b8234cc
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-03-12 (Sun, 12 Mar 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
    M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
    M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
    M llvm/test/CodeGen/RISCV/double-zfa.ll
    M llvm/test/CodeGen/RISCV/half-zfa-fli.ll

  Log Message:
  -----------
  Recommit "[RISCV] Add separate lookup tables for fli.h and fli.d."

Fix mistake in f16 table in previous patch.

Original commit message:
Use separate lookup tables instead of trying to reuse the fli.s
table.

We were missing the 2 denormal cases for fli.h. We also had an issue
where fli.d was only checking 8 bits of the 11 bit exponent.


Compare: https://github.com/llvm/llvm-project/compare/5589c3cf7523...bf4b9857d09d


More information about the All-commits mailing list