D80952 introduced HasStrictFP to disable generating constrained FP operations for platforms lacking support. Since work for enabling constrained FP on PowerPC is almost done, we'd like to enable it.
Details
Details
- Reviewers
kpn nemanjai steven.zhang jsji andrew.w.kaylor kbarton hfinkel - Group Reviewers
Restricted Project - Commits
- rG8ecc8520bc5b: [FPEnv] [Clang] Enable constrained FP support for PowerPC
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Over in D80952 there was a comment from @steven.zhang: "Agree that we can turn on it later when it is done." But your comment here is that it is "almost done".
Is it fair to say that the PowerPC work is at _parity_ with X86 and SystemZ? I think that's a better cutover point than "done".
Comment Actions
Yes, we've disabled the FP mutation in rG6afb2791. vector-constrained-fp-intrinsics.ll is also aligned with X86 & SystemZ.