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

Zakk Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 19 07:03:19 PST 2020


khchen 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")
----------------
HasRISCVVTypes is an undefined variable?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93446



More information about the cfe-commits mailing list