[llvm-commits] [llvm] r173339 - /llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp

Eric Christopher echristo at gmail.com
Thu Jan 24 11:15:42 PST 2013


Currently, the only observable side-effect of this change is that debug
> info intrinsics are no longer abandoned. I'm not sure how to craft
> a test case for this, and my real goal was the refactoring, but I'll
> talk to Dave or Eric about how to add a test case for this.
>

Since you're just changing where the intrinsics are you could just look in
the IR after the pass for which basic block the instructions are in. Any
user visible changes would be dependent upon what happens after and would
be touchier for testing.

-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130124/bd12d601/attachment.html>


More information about the llvm-commits mailing list