[PATCH] D73427: [mlir] Refactor the implementation of Symbol use lists.

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 27 20:20:36 PST 2020


mehdi_amini accepted this revision.
mehdi_amini added inline comments.
This revision is now accepted and ready to land.


================
Comment at: mlir/lib/IR/SymbolTable.cpp:457
+namespace {
+/// This class represents a single symbol scope.
+struct SymbolScope {
----------------
Can you expand a bit the doc about what is a "scope"?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73427/new/

https://reviews.llvm.org/D73427





More information about the llvm-commits mailing list