[Mlir-commits] [mlir] [MLIR] Enable caching of type conversion in the presence of context-aware conversion (PR #158072)
Matthias Springer
llvmlistbot at llvm.org
Thu Sep 11 06:56:54 PDT 2025
================
@@ -285,9 +285,12 @@ conversions. A context-unaware conversion function converts a `Type` into a
`Type`. A context-aware conversion function converts a `Value` into a type. The
latter allows users to customize type conversion rules based on the IR.
-Note: When there is at least one context-aware type conversion function, the
-result of type conversions can no longer be cached, which can increase
-compilation time. Use this feature with caution!
+Note: context-aware type conversion function impact the ability of the
----------------
matthias-springer wrote:
functions
https://github.com/llvm/llvm-project/pull/158072
More information about the Mlir-commits
mailing list