[PATCH] D111617: [RISCV] Lazily add RVV C intrinsics.
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 8 10:27:52 PDT 2022
craig.topper added inline comments.
================
Comment at: clang/include/clang/Support/RISCVVIntrinsicUtils.h:17
#include "llvm/ADT/StringRef.h"
+#include "llvm/Support/raw_ostream.h"
#include <cstdint>
----------------
Do we need the header or is a forward declaration enough?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111617/new/
https://reviews.llvm.org/D111617
More information about the cfe-commits
mailing list