[PATCH] D93446: [RISCV] Add vadd with mask and without mask builtin.

Hsiangkai Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 19 16:36:20 PST 2020


HsiangKai added inline comments.


================
Comment at: clang/lib/Basic/Targets/RISCV.cpp:194
       HasV = true;
-    else if (Feature == "+experimental-zfh")
+      HasRISCVVTypes = true;
+    } else if (Feature == "+experimental-zfh")
----------------
khchen wrote:
> HasRISCVVTypes is an undefined variable?
I should move the snippet to D92715.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93446



More information about the llvm-commits mailing list