[all-commits] [llvm/llvm-project] c04c66: [RISCV] Consider scalar types for required extensi...

Kai Wang via All-commits all-commits at lists.llvm.org
Fri May 7 13:08:19 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c04c66d705b4f6e95a6325ef6d6c647ebc622165
      https://github.com/llvm/llvm-project/commit/c04c66d705b4f6e95a6325ef6d6c647ebc622165
  Author: Hsiangkai Wang <kai.wang at sifive.com>
  Date:   2021-05-08 (Sat, 08 May 2021)

  Changed paths:
    M clang/utils/TableGen/RISCVVEmitter.cpp

  Log Message:
  -----------
  [RISCV] Consider scalar types for required extensions.

We have vector operations on double vector and float scalar. For
example, vfwadd.wf is such a instruction.

vfloat64m1_t vfwadd_wf(vfloat64m1_t op0, float op1, size_t op2);

We should specify F and D extensions for it.

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




More information about the All-commits mailing list