gafferuk
2010-Aug-13 22:48 UTC
[LLVMdev] Kaleidoscope example control flow to c like control flow?
Can anyone point me in the right direction so i can have c like control flow
in the Kaleidoscope example.
for example in Kaleidoscope it's
if a < 5 then
//do something;
to
if (a < 5)
{
//do something
}
im trying to use LLVM to create an audio signal processing library/code for
my music application to create music synths and audio effects.
Thanks.
--
View this message in context:
http://old.nabble.com/Kaleidoscope-example-control-flow-to-c-like-control-flow--tp29433750p29433750.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
Maybe Matching Threads
- [LLVMdev] Optimization of calls to functions without side effects (from Kaleidoscope example)
- [LLVMdev] Optimization of calls to functions without side effects (from Kaleidoscope example)
- [LLVMdev] Optimization of calls to functions without side effects (from Kaleidoscope example)
- [LLVMdev] Emitting LLVM IR for control flow
- [LLVMdev] Optimization of calls to functions without side effects (from Kaleidoscope example)
