[all-commits] [llvm/llvm-project] c74150: [mlir][ODS][NFC] Mark OpaqueType as a buildable type.

River Riddle via All-commits all-commits at lists.llvm.org
Thu Feb 13 00:04:07 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c74150e75f69de88bb18b0ed636465db1bae23b4
      https://github.com/llvm/llvm-project/commit/c74150e75f69de88bb18b0ed636465db1bae23b4
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
    M mlir/include/mlir/IR/OpBase.td

  Log Message:
  -----------
  [mlir][ODS][NFC] Mark OpaqueType as a buildable type.

This allows for using it in the declarative assembly form, among other
things.


  Commit: a134ccbbebe6e4e7cfd11a5583a7e1786a22505a
      https://github.com/llvm/llvm-project/commit/a134ccbbebe6e4e7cfd11a5583a7e1786a22505a
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
    M mlir/tools/mlir-tblgen/OpFormatGen.cpp

  Log Message:
  -----------
  [mlir][DeclarativeParser] Move operand type resolution into a functor to
share code.

This reduces the duplication for the two different cases.


Compare: https://github.com/llvm/llvm-project/compare/3f3ec9c40b25...a134ccbbebe6


More information about the All-commits mailing list