[PATCH] D158479: [clang] Support elementwise builtin for sizeless vector type

Jianjian Guan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 24 00:34:17 PDT 2023


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

remove unused cases


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158479

Files:
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/lib/Sema/SemaChecking.cpp
  clang/test/CodeGen/aarch64-sve-vector-elementwise-ops.c
  clang/test/CodeGen/riscv-rvv-vector-elementwise-ops.c
  clang/test/Sema/aarch64-sve-vector-elementwise.c
  clang/test/Sema/aarch64-sve-vector-exp-ops.c
  clang/test/Sema/aarch64-sve-vector-log-ops.c
  clang/test/Sema/aarch64-sve-vector-pow-ops.c
  clang/test/Sema/aarch64-sve-vector-trig-ops.c
  clang/test/Sema/riscv-rvv-vector-elementwise.c
  clang/test/Sema/riscv-rvv-vector-exp-ops.c
  clang/test/Sema/riscv-rvv-vector-log-ops.c
  clang/test/Sema/riscv-rvv-vector-trig-ops.c
  clang/test/Sema/riscv-sve-vector-pow-ops.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158479.553022.patch
Type: text/x-patch
Size: 153130 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230824/fc5aefe6/attachment-0001.bin>


More information about the cfe-commits mailing list