This is an archive of the discontinued LLVM Phabricator instance.

[IR] Remove ConstantFP::getZeroValueForNegation.
ClosedPublic

Authored by craig.topper on Apr 3 2023, 10:08 PM.

Details

Summary

This was mostly used for integers which was fixed in D147492.

The only FP usage was removed in D147497.

Diff Detail

Event Timeline

craig.topper created this revision.Apr 3 2023, 10:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 3 2023, 10:08 PM
craig.topper requested review of this revision.Apr 3 2023, 10:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 3 2023, 10:08 PM
nikic accepted this revision.Apr 4 2023, 12:52 AM

LGTM

This revision is now accepted and ready to land.Apr 4 2023, 12:52 AM
This revision was landed with ongoing or failed builds.Apr 4 2023, 9:24 AM
This revision was automatically updated to reflect the committed changes.