[all-commits] [llvm/llvm-project] dd8660: [MLIR][LLVM] Use CyclicReplacerCache for recursive...
Billy Zhu via All-commits
all-commits at lists.llvm.org
Fri Jul 12 09:24:57 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd866040aeb2703debacc141f60429ea0f567146
https://github.com/llvm/llvm-project/commit/dd866040aeb2703debacc141f60429ea0f567146
Author: Billy Zhu <billyzhu at modular.com>
Date: 2024-07-12 (Fri, 12 Jul 2024)
Changed paths:
M mlir/lib/Target/LLVMIR/DebugImporter.cpp
M mlir/lib/Target/LLVMIR/DebugImporter.h
M mlir/test/Target/LLVMIR/Import/debug-info.ll
Log Message:
-----------
[MLIR][LLVM] Use CyclicReplacerCache for recursive DIType import (#98203)
Use the new CyclicReplacerCache from
https://github.com/llvm/llvm-project/pull/98202 to support importing of
recursive DITypes in LLVM dialect's DebugImporter. This helps simplify
the implementation, allows for separate testing of the cache infra
itself, and as a result we even got more efficient translations.
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