[llvm] [clang] [RISCV] Remove experimental from Vector Crypto extensions (PR #74213)
Craig Topper via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 7 13:19:51 PST 2023
================
@@ -28,6 +28,7 @@ class RISCVTargetInfo : public TargetInfo {
protected:
std::string ABI, CPU;
std::unique_ptr<llvm::RISCVISAInfo> ISAInfo;
+ bool HasExperimental = false;
----------------
topperc wrote:
Can this be private like `FastUnalignedAccess`?
https://github.com/llvm/llvm-project/pull/74213
More information about the cfe-commits
mailing list