[all-commits] [llvm/llvm-project] cd7786: [mlir][Transforms] Dialect conversion: Remove redu...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Sat Aug 24 16:28:27 PDT 2024
Branch: refs/heads/users/matthias-springer/redundant_replace_block_arg_rew
Home: https://github.com/llvm/llvm-project
Commit: cd7786b814b6552e3abde01b8b3d0f6d0d70d9db
https://github.com/llvm/llvm-project/commit/cd7786b814b6552e3abde01b8b3d0f6d0d70d9db
Author: Matthias Springer <mspringer at nvidia.com>
Date: 2024-08-25 (Sun, 25 Aug 2024)
Changed paths:
M mlir/lib/Transforms/Utils/DialectConversion.cpp
Log Message:
-----------
[mlir][Transforms] Dialect conversion: Remove redundant `ReplaceBlockArgRewrite`
There was a redundant `appendRewrite<ReplaceBlockArgRewrite>(block, origArg);` in `ConversionPatternRewriterImpl::applySignatureConversion` that had no effect.
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