This is an archive of the discontinued LLVM Phabricator instance.

[NFCI][CostModel] Add const to Value*.
ClosedPublic

Authored by dfukalov on Jun 23 2020, 7:23 AM.

Details

Summary

Get back const partially lost in one of recent changes.
Additionally specify explicit qualifiers in few places.

Diff Detail

Event Timeline

dfukalov created this revision.Jun 23 2020, 7:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 23 2020, 7:23 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
samparker accepted this revision.Jun 24 2020, 12:12 AM

Thanks!

This revision is now accepted and ready to land.Jun 24 2020, 12:12 AM
This revision was automatically updated to reflect the committed changes.