[PATCH] D158255: [RISCV][NFC] Update compile options for some vector crypto C intrinsics

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 18 15:13:30 PDT 2023


craig.topper requested changes to this revision.
craig.topper added inline comments.
This revision now requires changes to proceed.


================
Comment at: clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/non-overloaded/vcpopv.c:4
+// RUN: %clang_cc1 -triple riscv64 -target-feature +v -target-feature +zvl512b \
+// RUN:   -target-feature +experimental-zvbb \
+// RUN:   -target-feature +experimental-zvbc \
----------------
We should use the minimum number of command line options for what is being tested.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158255



More information about the cfe-commits mailing list