This is an archive of the discontinued LLVM Phabricator instance.

[CodeGen] Move Reciprocals option from TargetOptions to CodeGenOptions
ClosedPublic

Authored by craig.topper on Nov 19 2017, 11:28 AM.

Details

Summary

Based on how this is currently used I think it just belongs in CodeGenOptions. It doesn't interact with any of the other target code.

Diff Detail

Event Timeline

craig.topper created this revision.Nov 19 2017, 11:28 AM
spatel accepted this revision.Nov 20 2017, 6:27 AM

LGTM.

This revision is now accepted and ready to land.Nov 20 2017, 6:27 AM
craig.topper closed this revision.Nov 20 2017, 9:15 AM

Committed in r318662, but I botched the "Differential Revision" in the commit message.