[clang] [clang][RISCV] Remove `experimental` for vector crypto intrinsics (PR #106359)

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 28 11:17:05 PDT 2024


topperc wrote:

> > Do we still need this?
> > ```
> > def Experimental
> >    : SubtargetFeature<"experimental", "HasExperimental",
> >                       "true", "Experimental intrinsics">;
> > ```
> 
> I guess we do in case there is any other extension that encounter the same situation lol~

Intrinsics need to be added for Zvbc32e and Zvkgs which should be experimental.

https://github.com/llvm/llvm-project/pull/106359


More information about the cfe-commits mailing list