[LLVMdev] indirectbr

Bob Wilson bob.wilson at apple.com
Sat Jan 2 11:24:16 PST 2010


On Jan 2, 2010, at 11:03 AM, Dustin Laurence wrote:

> Hello,
>
> I have a question about the indirectbr instruction.  I attempted to  
> use
> it according to the example in the Assembly Language Reference manual,
> but got an "expected instruction opcode" error.  Poking about on the  
> web
> I found this document:
>
> http://nondot.org/sabre/LLVMNotes/IndirectGoto.txt
>
> which appears to be a Nov 2, 2009 proposal to add indirectbr and
> blockaddress() to the IR language.  So I suspect indirectbr is not
> supported in the llvm-as 2.5 packaged in Fedora 11, is that correct?

Yes, that is correct.  It is supported in the trunk sources, but it  
has not yet been released.



More information about the llvm-dev mailing list