[all-commits] [llvm/llvm-project] f72f64: [mlir][Transforms][WIP] Dialect conversion: Make m...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Sat Aug 17 10:22:56 PDT 2024
Branch: refs/heads/users/matthias-springer/optional_materializations
Home: https://github.com/llvm/llvm-project
Commit: f72f6427871531a135e6621c520b05570dfa3bcb
https://github.com/llvm/llvm-project/commit/f72f6427871531a135e6621c520b05570dfa3bcb
Author: Matthias Springer <mspringer at nvidia.com>
Date: 2024-08-17 (Sat, 17 Aug 2024)
Changed paths:
M mlir/include/mlir/Transforms/DialectConversion.h
M mlir/lib/Transforms/Utils/DialectConversion.cpp
M mlir/test/Conversion/NVGPUToNVVM/nvgpu-to-nvvm.mlir
M mlir/test/Dialect/Bufferization/Transforms/finalizing-bufferize.mlir
M mlir/test/Transforms/test-legalize-type-conversion.mlir
Log Message:
-----------
[mlir][Transforms][WIP] Dialect conversion: Make materializations optional
Build all source/target/argument materializations after the conversion has succeeded. Provide a new configuration option for users to opt out of all automatic materializations. In that case, the resulting IR will have `builtin.unrealized_conversion_cast` ops.
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