[PATCH] D17792: Initialize much of AssemblyWriter lazily.

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 31 17:00:48 PDT 2016


jlebar added a comment.

> Is there a way to keep an AssemblyWriter instance in Value::operator<<'s context (Module?), so that you don't have to change AssemblyWriter?


Ah.  That would be nice.  But I think it's hard because AssemblyWriter assumes the module doesn't change.


http://reviews.llvm.org/D17792





More information about the llvm-commits mailing list