[all-commits] [llvm/llvm-project] 6aabd1: [mlir][Transforms][NFC] Simplify `buildUnresolvedM...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Sat Jan 4 07:55:52 PST 2025
Branch: refs/heads/users/matthias-springer/simplify_1_4
Home: https://github.com/llvm/llvm-project
Commit: 6aabd138c6ca0ceca268e4d6bbd9195a9cf4ac65
https://github.com/llvm/llvm-project/commit/6aabd138c6ca0ceca268e4d6bbd9195a9cf4ac65
Author: Matthias Springer <mspringer at nvidia.com>
Date: 2025-01-04 (Sat, 04 Jan 2025)
Changed paths:
M mlir/lib/Transforms/Utils/DialectConversion.cpp
Log Message:
-----------
[mlir][Transforms][NFC] Simplify `buildUnresolvedMaterialization` implementation
The `buildUnresolvedMaterialization` implementation used to check if a materialization is necessary. A materialization is not necessary if the desired types already match the input. However, this situation can never happen: we look for mapped values with the desired type at the call sites before requesting a new unresolved materialization.
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