[all-commits] [llvm/llvm-project] ca84e9: [mlir][CF] Add structural type conversion patterns...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Oct 29 18:13:02 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ca84e9e8260983d17f02a76de8b1ee51cd3ed896
https://github.com/llvm/llvm-project/commit/ca84e9e8260983d17f02a76de8b1ee51cd3ed896
Author: Matthias Springer <me at m-sp.org>
Date: 2025-10-29 (Wed, 29 Oct 2025)
Changed paths:
A mlir/include/mlir/Dialect/ControlFlow/Transforms/StructuralTypeConversions.h
M mlir/lib/Dialect/ControlFlow/Transforms/CMakeLists.txt
A mlir/lib/Dialect/ControlFlow/Transforms/StructuralTypeConversions.cpp
M mlir/test/Transforms/test-legalize-type-conversion.mlir
M mlir/test/lib/Dialect/Test/CMakeLists.txt
M mlir/test/lib/Dialect/Test/TestPatterns.cpp
Log Message:
-----------
[mlir][CF] Add structural type conversion patterns (#165629)
Add structural type conversion patterns for CF dialect ops. These
patterns are similar to the SCF structural type conversion patterns.
This commit adds missing functionality and is in preparation of #165180,
which changes the way blocks are converted. (Only entry blocks are
converted.)
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