[LLVMdev] Unreachable code executed crash

Adarsh Yoga ayoga at umail.iu.edu
Wed May 5 17:12:42 PDT 2010


Hi,

  I've written a pass that basically does some code transformations to
enable parallel execution of loops. After the transformation llvm runs
BitCode Writer pass , which is aborting with Unreachable Executed error.
I have attached the input llvm code and the output llvm code for reference.
I am stuck at this problem for a few days now. Please let me know if you are
able to find anything unusual.

Regards,
Adarsh

-- 
Adarsh Yoga
Graduate Student, Computer Science
Indiana University, Bloomington
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100505/367f37fd/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: input
Type: application/octet-stream
Size: 4039 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100505/367f37fd/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: output
Type: application/octet-stream
Size: 6012 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100505/367f37fd/attachment-0001.obj>


More information about the llvm-dev mailing list