[all-commits] [llvm/llvm-project] 61346e: [11/11][POC][Clang][RISCV] Define vset for tuple type

Yueh-Ting (eop) Chen via All-commits all-commits at lists.llvm.org
Mon May 22 04:32:57 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 61346ed51fdab0314694f3dbbf6563bc2cc9cde2
      https://github.com/llvm/llvm-project/commit/61346ed51fdab0314694f3dbbf6563bc2cc9cde2
  Author: eopXD <yueh.ting.chen at gmail.com>
  Date:   2023-05-22 (Mon, 22 May 2023)

  Changed paths:
    M clang/include/clang/Basic/riscv_vector.td
    M clang/lib/Sema/SemaChecking.cpp
    A clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/non-overloaded/vset_tuple.c
    M clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/vset-index-out-of-range.c

  Log Message:
  -----------
  [11/11][POC][Clang][RISCV] Define vset for tuple type

For the cover letter of this patch-set, please checkout D146872.

Depends on D147916.

This is the 11th patch of the patch-set.

This patch is a proof-of-concept and will be extended to full coverage
in the future. Only vset for tuple type of NF=2, EEW=32, LMUL=1 is
defined now.

Reviewed By: craig.topper

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




More information about the All-commits mailing list