================
@@ -4388,6 +4388,31 @@ void AssemblyWriter::printInfoComment(const Value &V) {
if (PrintInstAddrs)
Out << " ; " << &V;
+
+ if (auto *CI = dyn_cast<CallInst>(&V))
----------------
spavloff wrote:
Reduced nesting.
https://github.com/llvm/llvm-project/pull/135658