[clang] [llvm] [ARM] enable FENV_ACCESS pragma support for hard-float targets (PR #137101)
Erik Enikeev via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 16 09:00:53 PDT 2025
Varnike wrote:
> Are there any smaller parts we can split away into their own reviews to start moving it forward?
Yes, I think it will be possible to divide the patch into several separate ones. However, they will depend on the patch with changes to intruction selection patterns (commit 9e5fbe0), which should be processed first. This patch affects changes in tests related to FPSCR (e.g. Thumb2/mve-fmas.ll). Therefore, at first it would be better to decide on the position regarding this issue, after which it will be possible to split the patch.
As for how to organize the patches after separation: should each individual patch have a separate PR?
https://github.com/llvm/llvm-project/pull/137101
More information about the llvm-commits
mailing list