[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:47:25 PDT 2023
jacquesguan updated this revision to Diff 551880.
jacquesguan added a comment.
Address comment
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.551880.patch
Type: text/x-patch
Size: 441721 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230821/f4262f0b/attachment-0001.bin>
More information about the cfe-commits
mailing list