[PATCH] D46285: [InstCombine] snprintf optimizations

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 10 11:56:21 PDT 2018


mstorsjo added a comment.

This caused lots of assertion errors in building code with mingw-w64 headers (where snprintf can be a static inline function), see https://bugs.llvm.org/show_bug.cgi?id=37408. I would like to revert this change to unbreak things until this can be fixed.


Repository:
  rL LLVM

https://reviews.llvm.org/D46285





More information about the llvm-commits mailing list