Displaying 5 results from an estimated 5 matches for "param_1".
Did you mean:
param_s
2005 Jul 22
2
[LLVMdev] Need help on SPEC 95 "standard" commandlines
...e smaller problem sizes.> SPEC95 was retired many years ago,
so few people around me know how to compile and run them.
I am building from sourcefile without installation. so I expect
commandlines like:
<gcc -Dflag1 -Dflag2 -O2 -o spec_go aaa.c bbb.c ... nnn.c -lm>
and then
<./spec_go param_1 param_2 ...>
For instance, in SPEC2000 175.vpr, we have:
1) gcc -DNDEBUG -DNO_GRAPHICS -O2 -o spec_vpr main.c util.c
read_netlist.c read_arch.c place.c route.c draw.c graphics.c stats.c
segment_stats.c rr_graph.c rr_graph2.c rr_graph_sbox.c rr_graph_util.c
rr_graph_timing_params.c rr_graph_a...
2005 Jul 22
2
[LLVMdev] Need help on SPEC 95 "standard" commandlines
...years ago, so few people around me know how to compile and run them.
>>
>> I am building from sourcefile without installation. so I expect
>> commandlines like:
>> <gcc -Dflag1 -Dflag2 -O2 -o spec_go aaa.c bbb.c ... nnn.c -lm>
>> and then
>> <./spec_go param_1 param_2 ...>
>>
>> For instance, in SPEC2000 175.vpr, we have:
>> 1) gcc -DNDEBUG -DNO_GRAPHICS -O2 -o spec_vpr main.c util.c
>> read_netlist.c read_arch.c place.c route.c draw.c graphics.c stats.c
>> segment_stats.c rr_graph.c rr_graph2.c rr_graph_sbox.c
>>...
2005 Jul 22
0
[LLVMdev] Need help on SPEC 95 "standard" commandlines
...5 was retired many years ago, so few people
> around me know how to compile and run them.
>
> I am building from sourcefile without installation. so I expect commandlines
> like:
> <gcc -Dflag1 -Dflag2 -O2 -o spec_go aaa.c bbb.c ... nnn.c -lm>
> and then
> <./spec_go param_1 param_2 ...>
>
> For instance, in SPEC2000 175.vpr, we have:
> 1) gcc -DNDEBUG -DNO_GRAPHICS -O2 -o spec_vpr main.c util.c read_netlist.c
> read_arch.c place.c route.c draw.c graphics.c stats.c segment_stats.c
> rr_graph.c rr_graph2.c rr_graph_sbox.c rr_graph_util.c
> rr_gra...
2005 Jul 22
0
[LLVMdev] Need help on SPEC 95 "standard" commandlines
...around me know how to compile and run them.
>>>
>>> I am building from sourcefile without installation. so I expect
>>> commandlines like:
>>> <gcc -Dflag1 -Dflag2 -O2 -o spec_go aaa.c bbb.c ... nnn.c -lm>
>>> and then
>>> <./spec_go param_1 param_2 ...>
>>>
>>> For instance, in SPEC2000 175.vpr, we have:
>>> 1) gcc -DNDEBUG -DNO_GRAPHICS -O2 -o spec_vpr main.c util.c read_netlist.c
>>> read_arch.c place.c route.c draw.c graphics.c stats.c segment_stats.c
>>> rr_graph.c rr_graph2.c rr_...
2018 May 19
2
tbaa error: Access type node must be a valid scalar type
...quot;*, %"struct.Foo::p.test1::"**
%_param.addr, align 8, !tbaa !12
%a = getelementptr inbounds %"struct.Foo::p.test1::",
%"struct.Foo::p.test1::"* %2, i32 0, i32 0
%3 = load i8*, i8** %a, align 8, !tbaa !14
store i8* %3, i8** %param_0, align 8, !tbaa !7
%param_1 = getelementptr inbounds %struct.variadic_expr,
%struct.variadic_expr* %v, i32 0, i32 1
store i8* inttoptr (i64 1 to i8*), i8** %param_1, align 8, !tbaa !7
;;; *********************** >
%4 = load %"struct.Foo::p.test1::"*, %"struct.Foo::p.test1::"**
%_param.addr, ali...