[clang] [llvm] [ARM] enable FENV_ACCESS pragma support for hard-float targets (PR #137101)
David Green via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 30 19:48:44 PST 2025
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
More information about the cfe-commits
mailing list