davemgreen wrote: I put together these for the various MVE intrinsics https://github.com/llvm/llvm-project/pull/169156 https://github.com/llvm/llvm-project/pull/169771 https://github.com/llvm/llvm-project/pull/169798 https://github.com/llvm/llvm-project/pull/169797 https://github.com/llvm/llvm-project/pull/169795
There is one last one for fprtosi and sitofp that I still need to make (it was being difficult as it involves a type parameter). The same is probably needed for Neon too, to prevent the intrinsics from scalarizing. If you can remove the clang change from this commit (or create a new one) I think it looks OK. https://github.com/llvm/llvm-project/pull/137101 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
