This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] fmul nnan X, 0.0 --> copysign(0.0, X)
ClosedPublic

Authored by spatel on Oct 18 2022, 6:26 AM.

Details

Summary

I've had this Alive tab open in my browser for weeks, and the similar D136098 reminded me of it:
https://alive2.llvm.org/ce/z/ybgM5F

Diff Detail

Event Timeline

spatel created this revision.Oct 18 2022, 6:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 18 2022, 6:26 AM
spatel requested review of this revision.Oct 18 2022, 6:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 18 2022, 6:26 AM
arsenm accepted this revision.Oct 18 2022, 8:12 AM
This revision is now accepted and ready to land.Oct 18 2022, 8:12 AM
This revision was landed with ongoing or failed builds.Oct 18 2022, 8:34 AM
This revision was automatically updated to reflect the committed changes.