This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Expose getNearestSymbolTable as SymbolTable class method
ClosedPublic

Authored by antiagainst on Jan 26 2020, 8:04 AM.

Details

Summary

This is a generally useful utility function for interacting with
symbol tables.

Diff Detail

Event Timeline

antiagainst created this revision.Jan 26 2020, 8:04 AM
Herald added 1 blocking reviewer(s): rriddle. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript

Unit tests: pass. 62197 tests passed, 0 failed and 815 were skipped.

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

rriddle accepted this revision.Jan 26 2020, 8:27 AM
This revision is now accepted and ready to land.Jan 26 2020, 8:27 AM
This revision was automatically updated to reflect the committed changes.