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

Jianjian Guan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 20 19:52:58 PDT 2023


jacquesguan updated this revision to Diff 551881.
jacquesguan marked 2 inline comments as done.
jacquesguan added a comment.

fix if statement


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.551881.patch
Type: text/x-patch
Size: 441846 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230821/83a8558f/attachment-0001.bin>


More information about the cfe-commits mailing list