[clang] [ARM] enable FENV_ACCESS pragma support for hard-float targets (PR #137101)

David Green via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 24 06:29:04 PDT 2025


davemgreen wrote:

I believe the backend would still need work to make sure this is supported, which has not been done yet. I was expecting it to fail more noisily, but it appears the strict nodes are lowered to generic nodes. That doesn't mean that strict-fp is supported by the Arm backend, as it might not handle the instructions correctly at the moment (moving instructions past one another, for example).

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


More information about the cfe-commits mailing list