[llvm] [NFC][SystemZ] Update insert() API of the AssociatedDataAreaTable class (PR #174593)

Tony Tao via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 6 13:10:48 PST 2026


================

----------------
tltao wrote:

We can emit a comment here to help with debugging now that we have a symbol name. E.g.
```
OutStreamer->AddComment(Twine("Load ")
                            .concat(Sym->getName())
                            .concat(Offset ? "+" + utostr(Offset) : "")
                            .concat(" from offset ")
                            .concat(utostr(Disp)));
```

https://github.com/llvm/llvm-project/pull/174593


More information about the llvm-commits mailing list