[all-commits] [llvm/llvm-project] c0958b: [mlir] Add support for referencing a SymbolRefAttr...

River Riddle via All-commits all-commits at lists.llvm.org
Wed Nov 18 18:39:46 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c0958b7b4c6a31b0b89462c3ee770e486d4eb535
      https://github.com/llvm/llvm-project/commit/c0958b7b4c6a31b0b89462c3ee770e486d4eb535
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2020-11-18 (Wed, 18 Nov 2020)

  Changed paths:
    M mlir/include/mlir/Interfaces/SideEffectInterfaceBase.td
    M mlir/include/mlir/Interfaces/SideEffectInterfaces.h
    M mlir/include/mlir/TableGen/Attribute.h
    M mlir/lib/TableGen/Attribute.cpp
    M mlir/test/IR/test-side-effects.mlir
    M mlir/test/lib/Dialect/Test/TestDialect.cpp
    M mlir/test/lib/IR/TestSideEffects.cpp
    M mlir/test/mlir-tblgen/op-side-effects.td
    M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp

  Log Message:
  -----------
  [mlir] Add support for referencing a SymbolRefAttr in a SideEffectInstance

This allows for operations that exclusively affect symbol operations to better describe their side effects.

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




More information about the All-commits mailing list