[llvm] [AsmWriter] Fix MIR printing of single constant LLVM IR metadata (PR #165029)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 12 07:28:52 PST 2025
saxlungs wrote:
> I don't know why this boxing happens, but I'd expect this unboxing to happen in some MIR printer context, not in the underlying IR printer
Makes perfect sense to me, I've moved the unboxing logic into the MIR Printer now
https://github.com/llvm/llvm-project/pull/165029
More information about the llvm-commits
mailing list