MacDue wrote: > So to handle this, we need different lowering in strictfp mode, probably to a > "constrained" intrinsic.
I've updated the lowering to simply bail out when `Builder.getIsFPConstrained()` set (which I think corresponds to `strictfp`). So now in the `HAS_MAYTRAP` case the lowering is unchanged. https://github.com/llvm/llvm-project/pull/126750 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits