[all-commits] [llvm/llvm-project] 64be85: [MLIR] Add setPublic(), setPrivate(), and setNeste...

Rahul Joshi via All-commits all-commits at lists.llvm.org
Mon Nov 9 13:57:04 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 64be856f6da058ad99b1709c7f91f6a928f054a7
      https://github.com/llvm/llvm-project/commit/64be856f6da058ad99b1709c7f91f6a928f054a7
  Author: Rahul Joshi <jurahul at google.com>
  Date:   2020-11-09 (Mon, 09 Nov 2020)

  Changed paths:
    M mlir/examples/toy/Ch4/mlir/MLIRGen.cpp
    M mlir/examples/toy/Ch5/mlir/MLIRGen.cpp
    M mlir/examples/toy/Ch6/mlir/MLIRGen.cpp
    M mlir/examples/toy/Ch7/mlir/MLIRGen.cpp
    M mlir/include/mlir/IR/SymbolInterfaces.td

  Log Message:
  -----------
  [MLIR] Add setPublic(), setPrivate(), and setNested() to Symbol interface

- Add shorter helper functions to set visibility for Symbols.

Differential Revision: https://reviews.llvm.org/D91096




More information about the All-commits mailing list