[PATCH] D138810: [RISCV] Support vector crypto extension C intrinsics
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 17 18:15:40 PDT 2023
craig.topper added inline comments.
================
Comment at: clang/include/clang/Basic/riscv_vector.td:2405
+ defvar suffix = !if(IsVV, "vv", "vi");
+ defvar prototype = !if(IsVV, "UvUvUvUv", "UvUvUvKz");
+ defm "" : RVVBuiltinSet<NAME, type_range, [[suffix, "Uv", prototype]], [-1, 2]>;
----------------
Can we split this into two classes and get rid of IsVV?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138810/new/
https://reviews.llvm.org/D138810
More information about the cfe-commits
mailing list