[all-commits] [llvm/llvm-project] f4d70d: [4/11][POC][Clang][RISCV] Define tuple type varian...

Yueh-Ting (eop) Chen via All-commits all-commits at lists.llvm.org
Mon May 22 02:52:50 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f4d70d68e72d267afab7294918f340e232b94870
      https://github.com/llvm/llvm-project/commit/f4d70d68e72d267afab7294918f340e232b94870
  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/CodeGen/CGBuiltin.cpp
    A clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/non-overloaded/vsseg2e32_tuple.c

  Log Message:
  -----------
  [4/11][POC][Clang][RISCV] Define tuple type variant of vsseg2e32

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

Depends on D147731.

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

This patch is a proof-of-concept and will be extended to full coverage
in the future. Currently, the old non-tuple unit-stride segment store is
not removed, and only signed integer unit-strided segment store of NF=2,
EEW=32 is defined here.

Reviewed By: craig.topper

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




More information about the All-commits mailing list