[PATCH] D21818: Add artificial debug information to avoid compiler crash

Paul Robinson via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 28 17:19:25 PDT 2016


probinson added a subscriber: probinson.
probinson added a comment.

Any time we spontaneously emit a call at the IR level, we'd need to put in a line-0 location.  Is this the only one?
Fred's patch (http://reviews.llvm.org/D16569) won't help here because that happens after instruction selection, and this looks like an IR verifier crash.


http://reviews.llvm.org/D21818





More information about the llvm-commits mailing list