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

Jim Lin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 21 22:59:53 PDT 2023


Jim added inline comments.


================
Comment at: clang/test/CodeGen/riscv-rvv-vla-arith-ops.c:3
+// RUN: %clang_cc1 -triple riscv64-none-linux-gnu -target-feature +zve64d \
+// RUN: -target-feature +f -target-feature +d -disable-O0-optnone \
+// RUN: -mvscale-min=4 -mvscale-max=4 -emit-llvm -o - %s | \
----------------
Jim wrote:
> zve64d has implied f and d.
I misunderstand it. Please ignore the comment.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158259



More information about the cfe-commits mailing list