This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] Remove ConstantFoldingMIRBuilder
ClosedPublic

Authored by foad on Apr 22 2021, 4:43 AM.

Details

Summary

ConstantFoldingMIRBuilder was an experiment which is not used for
anything. The constant folding functionality is now part of
CSEMIRBuilder.

Diff Detail

Event Timeline

foad created this revision.Apr 22 2021, 4:43 AM
foad requested review of this revision.Apr 22 2021, 4:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2021, 4:43 AM
dsanders accepted this revision.Apr 22 2021, 11:33 AM

I'm not aware of anything still using it either. LGTM

This revision is now accepted and ready to land.Apr 22 2021, 11:33 AM
This revision was landed with ongoing or failed builds.Apr 23 2021, 1:13 AM
This revision was automatically updated to reflect the committed changes.