This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Drop `const` from `SymbolTableCollection::lookupSymbolIn`
ClosedPublic

Authored by Mogball on Nov 3 2022, 6:41 PM.

Details

Summary

This function didn't work because it was marked const but both functions
it could dispatch to are not.

Diff Detail

Event Timeline

Mogball created this revision.Nov 3 2022, 6:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 3 2022, 6:41 PM
Mogball requested review of this revision.Nov 3 2022, 6:41 PM
rriddle accepted this revision.Nov 3 2022, 6:42 PM
This revision is now accepted and ready to land.Nov 3 2022, 6:42 PM