[all-commits] [llvm/llvm-project] a39423: Make struct dialects have the same field name as e...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Thu Sep 10 12:14:04 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a39423084cbbeb59e81002e741190dccf08b5c82
      https://github.com/llvm/llvm-project/commit/a39423084cbbeb59e81002e741190dccf08b5c82
  Author: Federico Lebrón <flebron at google.com>
  Date:   2020-09-10 (Thu, 10 Sep 2020)

  Changed paths:
    M mlir/include/mlir/IR/OpBase.td
    M mlir/lib/TableGen/Attribute.cpp

  Log Message:
  -----------
  Make struct dialects have the same field name as everything else, 'dialect'.

Also make the behavior of getting a dialect more forgiving, in the case where
there isn't a dialect associated with an attribute.

Depends On D86807

Reviewed By: mehdi_amini

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




More information about the All-commits mailing list