This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] [FPEnv] Disable strict FP mutation by default for PowerPC
ClosedPublic

Authored by qiucf on Sep 6 2020, 10:09 PM.

Details

Summary

D70226 introduced a config IsStrictFPEnabled, which controls the strict floating point mutation (transforming some strict-fp operations into non-strict). This patch disables the mutation.

Diff Detail

Event Timeline

qiucf created this revision.Sep 6 2020, 10:09 PM
qiucf requested review of this revision.Sep 6 2020, 10:09 PM
uweigand accepted this revision.Sep 8 2020, 7:03 AM

We're finally there, great :-) LGTM.

This revision is now accepted and ready to land.Sep 8 2020, 7:03 AM
This revision was automatically updated to reflect the committed changes.