[all-commits] [llvm/llvm-project] 8b0e29: [mlir][Transforms] Dialect conversion: Add missing...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Jul 30 01:29:20 PDT 2024
Branch: refs/heads/users/matthias-springer/pass_through_new_type
Home: https://github.com/llvm/llvm-project
Commit: 8b0e2927298b63f9763b6b3a0e1b6d6a7eea73da
https://github.com/llvm/llvm-project/commit/8b0e2927298b63f9763b6b3a0e1b6d6a7eea73da
Author: Matthias Springer <mspringer at nvidia.com>
Date: 2024-07-30 (Tue, 30 Jul 2024)
Changed paths:
M mlir/lib/Transforms/Utils/DialectConversion.cpp
M mlir/test/Transforms/test-legalize-type-conversion.mlir
M mlir/test/lib/Dialect/Test/TestOps.td
M mlir/test/lib/Dialect/Test/TestPatterns.cpp
Log Message:
-----------
[mlir][Transforms] Dialect conversion: Add missing "else if" branch
This code got lost in #97213 and there was no test for it. Add it back with an MLIR test.
When a pattern is run without a type converter, we can assume that the new block arugments of a signature conversion are legal.
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