[llvm-commits] [llvm] r83010 - /llvm/trunk/lib/VMCore/AsmWriter.cpp

Jeffrey Yasskin jyasskin at google.com
Thu Oct 8 09:42:58 PDT 2009


On Wed, Oct 7, 2009 at 9:38 AM, Devang Patel <dpatel at apple.com> wrote:
>
> On Oct 6, 2009, at 5:44 PM, Jeffrey Yasskin wrote:
>
> This patch assumes that the Module* parameter to AssemblyWriter() is
> non-null, but Value::print() in this file can pass NULL. This crashes if you
> run `opt -instcombine -debug-only=instcombine` on any input where
> instcombine will replace values.
>
> Yup. Fixed in r83462.

Thanks!



More information about the llvm-commits mailing list