[all-commits] [llvm/llvm-project] 9719d9: [mlir][tblgen] Fix region and successor references...

Henrich Lauko via All-commits all-commits at lists.llvm.org
Sat Jun 28 14:16:04 PDT 2025


  Branch: refs/heads/users/xlauko/mlir-tblgen-region-ref-parser
  Home:   https://github.com/llvm/llvm-project
  Commit: 9719d94eac6fa93e038572675b2aeb9274b1a8b9
      https://github.com/llvm/llvm-project/commit/9719d94eac6fa93e038572675b2aeb9274b1a8b9
  Author: xlauko <xlauko at mail.muni.cz>
  Date:   2025-06-28 (Sat, 28 Jun 2025)

  Changed paths:
    M mlir/test/mlir-tblgen/op-format-spec.td
    M mlir/test/mlir-tblgen/op-format.td
    M mlir/tools/mlir-tblgen/OpFormatGen.cpp

  Log Message:
  -----------
  [mlir][tblgen] Fix region and successor references in custom directives

Previously, references to regions and successors were incorrectly disallowed outside the top-level assembly form. This change enables the use of bound regions and successors as variables in custom directives.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list