[PATCH] D93446: [RISCV] Add vadd with mask and without mask builtin.
Zakk Chen via Phabricator via llvm-commits
llvm-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 llvm-commits
mailing list