This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] CSE FP constants at -O0
ClosedPublic

Authored by foad on Feb 9 2022, 8:08 AM.

Details

Summary

At -O0 we claim to CSE constants only. I think this should apply to
G_FCONSTANT as well as G_CONSTANT.

Diff Detail

Event Timeline

foad created this revision.Feb 9 2022, 8:08 AM
foad requested review of this revision.Feb 9 2022, 8:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 9 2022, 8:08 AM
arsenm accepted this revision.Feb 9 2022, 8:40 AM
This revision is now accepted and ready to land.Feb 9 2022, 8:40 AM
This revision was landed with ongoing or failed builds.Feb 10 2022, 1:23 AM
This revision was automatically updated to reflect the committed changes.