[all-commits] [llvm/llvm-project] 6a097e: [10/11][POC][Clang][RISCV] Define vget for tuple type

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


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6a097e279c7831d12e9ed56ca5cc021e68315c12
      https://github.com/llvm/llvm-project/commit/6a097e279c7831d12e9ed56ca5cc021e68315c12
  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
    M clang/lib/Support/RISCVVIntrinsicUtils.cpp
    A clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/non-overloaded/vget_tuple.c
    M clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/vget-index-out-of-range.c

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

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

Depends on D147915.

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

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

Reviewed By: craig.topper

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




More information about the All-commits mailing list