[LLVMdev] goto in inline asm

Xinfinity xinfinity_a at yahoo.com
Fri Jan 21 04:22:10 PST 2011


Is goto from inline asm supported in LLVM 2.8 ? 
I am searching for something similar to what gcc 4.5 does: 

http://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html#Extended%20asm%20with%20goto
http://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html#Extended%20asm%20with%20goto 

which allows jumping from inline assembly to a label defined in C.

I want to jump from inline asm to a basic block in LLVM. As far as I know in
LLVM 2.7 this was not yet possible. Is it allowed a jump like this in LLVM
2.8 ?

Alexandra
-- 
View this message in context: http://old.nabble.com/goto-in-inline-asm-tp30728118p30728118.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.




More information about the llvm-dev mailing list