[all-commits] [llvm/llvm-project] 43d248: [mlir][tblgen] Fix region and successor references...
Henrich Lauko via All-commits
all-commits at lists.llvm.org
Tue Jul 1 03:31:18 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 43d2486e27fd73efdd261713a7bfa7b4f9e9d99e
https://github.com/llvm/llvm-project/commit/43d2486e27fd73efdd261713a7bfa7b4f9e9d99e
Author: Henrich Lauko <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 (#146242)
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