[PATCH] D96843: [Clang][RISCV] Add vsetvl and vsetvlmax.
Zakk Chen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 17 09:00:00 PDT 2021
khchen marked an inline comment as done.
khchen added inline comments.
================
Comment at: clang/lib/Basic/Targets/RISCV.cpp:169
+ Builder.defineMacro("__rvv_e64", "3");
+ Builder.defineMacro("__rvv_e128", "4");
+
----------------
craig.topper wrote:
> Are intending to support e128?
remove! thanks
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96843/new/
https://reviews.llvm.org/D96843
More information about the cfe-commits
mailing list