Displaying 2 results from an estimated 2 matches for "numfeasible".
2011 Jun 04
2
[LLVMdev] Function name changes in .bc on running llvm-g++
Hi
I am running llvm-g++ on a .cpp file to generate the llvm bitcode.
The function definition in the .cpp file is:
float pFL(Points *points, int *feasible, int numfeasible, float z, long *k,
double cost, long iter, float e, int pid, pthread_barrier_t* barrier)
{
However, in the bit code I see that the function name has been modified to
the following
define float @_Z3pFLP6PointsPiifPldlfiP17pthread_barrier_t(%struct.Points*
%points, i32* %feasible, i32 %numfea...
2011 Jun 04
0
[LLVMdev] Function name changes in .bc on running llvm-g++
On 6/3/11 9:55 PM, Malveeka Tewari wrote:
> Hi
>
> I am running llvm-g++ on a .cpp file to generate the llvm bitcode.
>
> The function definition in the .cpp file is:
>
> float pFL(Points *points, int *feasible, int numfeasible, float z, long *k,
> double cost, long iter, float e, int pid, pthread_barrier_t*
> barrier) {
>
> However, in the bit code I see that the function name has been modified
> to the following
>
> define float
> @_Z3pFLP6PointsPiifPldlfiP17pthread_barrier_t(%struct.Poin...