[llvm] MemorySSA patch for 3.9

George Burgess IV via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 20 17:05:05 PDT 2016


Hi Hans,

Can we please apply the attached patch to the 3.9 branch? It fixes PR28632,
which is a release blocker.

It doesn't apply to trunk, because we entirely replaced the piece of code
that this patch "fixes" in r275940.

(I realize that fixing an assertion failure by removing the assertion looks
kind of bad, but said assertion was really more of a warning that we've hit
a pathological-ish case than an error. ;) )

Thank you!
George
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160720/78b7303b/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pr28632_fix.patch
Type: application/octet-stream
Size: 456 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160720/78b7303b/attachment.obj>


More information about the llvm-commits mailing list