[RFC] Promoting experimental interleave2/deinterleave2, reverse, splice and stepvector intrinsics to first class intrinsics

Hi All,
In the PR Move several vector intrinsics out of experimental namespace by mgabka · Pull Request #88748 · llvm/llvm-project · GitHub I am promoting the following intrinsics:

The motivation is that they exist long enough in LLVM and are already heavily used, so frankly speaking aren’t experimental anymore.

Similar story is with the llvm.experimental.stepvector, which is even more fundamental. I am planning to raise a separate PR for it.

The auto upgrade will still honour the old syntax.

2 Likes