https://llvm.org/bugs/show_bug.cgi?id=25422
Reid Kleckner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #5 from Reid Kleckner <[email protected]> --- Yes, the patch (https://reviews.llvm.org/D21007) landed, and my testcase does the right thing. DSE still eliminates the load in the original test case, but that's OK because a readnone function call cannot unwind. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
