[PATCH] D98848: [RISCV][Clang] Add RVV Vector Indexed Load intrinsic functions.
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 23 12:02:31 PDT 2021
craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: clang/utils/TableGen/RISCVVEmitter.cpp:23
#include "llvm/ADT/Twine.h"
+#include "llvm/Support/Regex.h"
#include "llvm/TableGen/Error.h"
----------------
Drop this now that we're not using Regex
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98848/new/
https://reviews.llvm.org/D98848
More information about the cfe-commits
mailing list