[clang] [llvm] Move several vector intrinsics out of experimental namespace (PR #88748)

Cullen Rhodes via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 17 02:41:44 PDT 2024


c-rhodes wrote:

> I was actually following this patch https://reviews.llvm.org/D127976 which promoted vector.insert/extract and there was no RFC for it. My understanding is that these intrinsics are so heavily used in LLVM now so there is no need to call them experimental, moreover the auto upgrade ensures that the "experimental" name is still honoured.
> 
> My plan was to promote stepvector as well in separate PR.

👍

> I am happy to raise an RFC if you feel that it is worth it.

The reduction intrinsics were accompanied with an RFC:
https://lists.llvm.org/pipermail/llvm-dev/2020-April/140729.html

I think at least an announcement with a link to the patch for visibility would be worthwhile.



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


More information about the cfe-commits mailing list