search for: fcidmanager

Displaying 2 results from an estimated 2 matches for "fcidmanager".

2010 Mar 17
2
[LLVMdev] Understanding tail calls
...d. I do not use "-tailcallopt" as an option for llc when I generate the code. It seems like I am misunderstanding something about tail calls and tail call optimization. Any insight might help me debug this issue. Thanks, Scott define linkonce_odr i64 @_ZN16FCEmailInputFile4openERKSsR11FCIdManager(%struct.FCEmailInputFile* %this, %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >"* nocapture %fn, %struct.FCIdManager* nocapture %idm) align 2 { entry: %0 = getelementptr inbounds %"struct.std::basic_string<char,std::char_traits&lt...
2010 Mar 17
0
[LLVMdev] Understanding tail calls
..." as an option for llc when I generate the code. > > It seems like I am misunderstanding something about tail calls and tail call optimization. Any insight might help me debug this issue. > > Thanks, > Scott > > define linkonce_odr i64 @_ZN16FCEmailInputFile4openERKSsR11FCIdManager(%struct.FCEmailInputFile* %this, %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >"* nocapture %fn, %struct.FCIdManager* nocapture %idm) align 2 { > entry: > %0 = getelementptr inbounds %"struct.std::basic_string<char,std::char...