[LLVMdev] Unreachable Executed error.
Reid Kleckner
rnk at mit.edu
Sat May 1 22:12:38 PDT 2010
Run the verifier pass after your pass. The bitcode readers and
writers assume that the IR is well-formed, which yours may not be.
Reid
On Sun, May 2, 2010 at 1:08 AM, Rohith Goparaju <rgoparaj at umail.iu.edu> wrote:
> Hi,
>
> I've written a pass that basically does some code transformations to
> enable parallel execution. After the transformation llvm runs BitCode Writer
> pass , which is aborting with Unreachable Executed error. What does this
> error generally mean?.
> Any pointers on how to go about debugging this.
>
> Thanks,
> Rohith.
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
More information about the llvm-dev
mailing list