[LLVMdev] Inline assembly in LLVM backend

Krzysztof Parzyszek kparzysz at codeaurora.org
Tue Jun 3 09:50:39 PDT 2014


Hi Vishwa,
You would need to make sure that the inline assembly code that contains 
a branch is recognized as a terminator (which is now a bit in the 
instruction descriptor).

Can you use intrinsics instead of inline assembly?  That would make 
things a lot easier.

-K

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, 
hosted by The Linux Foundation



More information about the llvm-dev mailing list