[all-commits] [llvm/llvm-project] ed8d75: [RISCV] Enable Zfa fli.h instruction in MC layer w...

Craig Topper via All-commits all-commits at lists.llvm.org
Fri Mar 10 08:23:42 PST 2023


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

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVFeatures.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoZfa.td
    A llvm/test/MC/RISCV/zfa-zfhmin-zvfh-valid.s

  Log Message:
  -----------
  [RISCV] Enable Zfa fli.h instruction in MC layer with Zfhmin and Zvfh.

According to the spec this instruction is can be enabled with Zfh
and Zvfh (which requires Zfhmin). The other instructions f16
instructions from Zfa require Zfh.

Reviewed By: reames

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




More information about the All-commits mailing list