[LLVMdev] Jump threading pass bug

Argyrios Kyrtzidis kyrtzidis at apple.com
Thu Sep 2 08:05:54 PDT 2010


If I use the jump threading pass on the attached IR:

$ opt before.ll -jump-threading -o - | llvm-dis -o after.ll

 a big chunk gets removed, a chunk that is actually necessary. ('before.ll' passes the test in webkit, while 'after.ll' fails)

Can someone take a look ?

-Argiris

-------------- next part --------------
A non-text attachment was scrubbed...
Name: before.ll
Type: application/octet-stream
Size: 7060 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100902/bf81d74a/attachment.obj>


More information about the llvm-dev mailing list