diff options
author | Matthias Springer <me@m-sp.org> | 2025-07-15 10:14:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-15 10:14:37 +0200 |
commit | 8ee32c7b367336f7281aa78c823f7bae4d5287c2 (patch) | |
tree | 9f6ffe1dae83495a49e9a15ba0a3b5dc7676fb6d /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | cbdc18542c485282d1834c347156d77a97bf2615 (diff) | |
download | llvm-8ee32c7b367336f7281aa78c823f7bae4d5287c2.zip llvm-8ee32c7b367336f7281aa78c823f7bae4d5287c2.tar.gz llvm-8ee32c7b367336f7281aa78c823f7bae4d5287c2.tar.bz2 |
[mlir][Transforms][NFC] Dialect Conversion: Store materialization metadata separately (#148415)
Store metadata about unresolved materializations in a separate data
structure. This is in preparation of the One-Shot Dialect Conversion
refactoring, which no longer maintains a stack of `IRRewrite` objects.
Therefore, metadata about unresolved materializations can no longer be
retrieved from `UnresolvedMaterializationRewrite` objects.
This commit also removes a pointer indirection and may slightly improve
the performance of the existing driver.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions