[all-commits] [llvm/llvm-project] 2701a0: [mlir][tblgen] Fix region and successor references...
Henrich Lauko via All-commits
all-commits at lists.llvm.org
Tue Jul 1 03:29:06 PDT 2025
Branch: refs/heads/users/xlauko/mlir-tblgen-region-ref-parser
Home: https://github.com/llvm/llvm-project
Commit: 2701a0a3b2e6d8fc0d1ef8e9ba9186afb39cdbb9
https://github.com/llvm/llvm-project/commit/2701a0a3b2e6d8fc0d1ef8e9ba9186afb39cdbb9
Author: xlauko <xlauko at mail.muni.cz>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M mlir/test/IR/region.mlir
M mlir/test/lib/Dialect/Test/TestFormatUtils.cpp
M mlir/test/lib/Dialect/Test/TestFormatUtils.h
M mlir/test/lib/Dialect/Test/TestOps.td
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