[all-commits] [llvm/llvm-project] 6d6ad7: [mlir][NFC] Provide accessor for TableGen record f...

Fehr Mathieu via All-commits all-commits at lists.llvm.org
Mon Oct 18 08:54:58 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6d6ad76a6037f0aac03f122371cf60af65482989
      https://github.com/llvm/llvm-project/commit/6d6ad76a6037f0aac03f122371cf60af65482989
  Author: Mathieu Fehr <mathieu.fehr at gmail.com>
  Date:   2021-10-18 (Mon, 18 Oct 2021)

  Changed paths:
    M mlir/include/mlir/TableGen/Constraint.h

  Log Message:
  -----------
  [mlir][NFC] Provide accessor for TableGen record for constraints

Besides accessing the record, there is currently no way to access all possible
constraint informations, such as the base constraint of a variadic constraint
for example.

Reviewed By: rriddle

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




More information about the All-commits mailing list