[clang] [llvm] Move several vector intrinsics out of experimental namespace (PR #88748)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 17 02:10:18 PDT 2024
nikic wrote:
> > I don't know what the policy is for promoting intrinsics from experimental to first-class or if it's documented anywhere (?), but I would expect this to be accompanied with an RFC / announcement on Discourse.
>
> I don't remember any intrinsic ever making the move out of experimental. It seems to be a permanent prefix
At least the vector.reduce intrinsics were moved out of the experimental namespace.
https://github.com/llvm/llvm-project/pull/88748
More information about the llvm-commits
mailing list