[PATCH] D158259: [clang][RISCV] Support operators for RVV sizeless vector types

Jianjian Guan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 22 00:56:20 PDT 2023


jacquesguan updated this revision to Diff 552248.
jacquesguan added a comment.

add fp16 cases.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158259/new/

https://reviews.llvm.org/D158259

Files:
  clang/include/clang/AST/Type.h
  clang/lib/AST/ExprConstant.cpp
  clang/lib/AST/Type.cpp
  clang/lib/CodeGen/CGExprScalar.cpp
  clang/lib/Sema/SemaChecking.cpp
  clang/lib/Sema/SemaExpr.cpp
  clang/lib/Sema/SemaExprCXX.cpp
  clang/test/CodeGen/riscv-rvv-vla-arith-ops.c
  clang/test/CodeGen/riscv-rvv-vla-bitwise-ops.c
  clang/test/CodeGen/riscv-rvv-vla-compare-ops.c
  clang/test/CodeGen/riscv-rvv-vla-shift-ops.c
  clang/test/CodeGen/riscv-rvv-vla-subscript-ops.c
  clang/test/Sema/riscv-rvv-vector-arith-ops.c
  clang/test/Sema/riscv-rvv-vector-bitwise-ops.c
  clang/test/Sema/riscv-rvv-vector-compare-ops.c
  clang/test/Sema/riscv-rvv-vector-shift-ops.c
  clang/test/Sema/riscv-rvv-vector-subscript-ops.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158259.552248.patch
Type: text/x-patch
Size: 449295 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230822/01eb8b91/attachment-0001.bin>


More information about the cfe-commits mailing list