[clang] [llvm] [RISCV] Remove experimental from Vector Crypto extensions (PR #74213)
Eric Biggers via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 7 17:06:25 PST 2023
================
@@ -28,6 +28,7 @@ class RISCVTargetInfo : public TargetInfo {
protected:
std::string ABI, CPU;
std::unique_ptr<llvm::RISCVISAInfo> ISAInfo;
+ bool HasExperimental = false;
----------------
ebiggers wrote:
Done
https://github.com/llvm/llvm-project/pull/74213
More information about the llvm-commits
mailing list