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

Pengcheng Wang via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 28 03:41:20 PDT 2024


https://github.com/wangpc-pp commented:

Do we still need this?
```
def Experimental
   : SubtargetFeature<"experimental", "HasExperimental",
                      "true", "Experimental intrinsics">;
```

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


More information about the cfe-commits mailing list