Displaying 4 results from an estimated 4 matches for "make_dragon".
Did you mean:
make_dragons
2013 Apr 11
0
[LLVMdev] Issues with DependenceAnalysis
...ecific issue, that, I guess, must be some kind of bug.
Well, I wrote a pass that simply counts how many combinations of memory accesses (only stores and loads, on a given loop) has any dependence between them. Curiously, I didn't have any problems until I tried it out on one of the loops in the make_dragons function (SPEC int 2006, gobmk benchmark, engine/dragon.c), when I got the following error message:
(PS: the "Verifying ..." line was printed by my pass, only to show which instructions would be checked right after it)
> $ opt -basicaa -load Hello.dylib -hello engine/dragon.bc -debug...
2019 Feb 07
2
RFC: [DebugInfo] Improving Debug Information in LLVM to Recover Optimized-out Function Parameters
...at engine/owl.c:1306
#2 0x000000000042a0d0 in owl_attack (target=target at entry=148,
attack_point=attack_point at entry=0x7fffffffc580, certain=<optimized out>, certain at entry=0xb63048 <dragon+11288>, kworm=kworm at entry=0x7fffffffc3c4) at engine/owl.c:1144
#3 0x0000000000412c71 in make_dragons (color=<optimized out>, color at entry=1, stop_before_owl=<optimized out>, stop_before_owl at entry=0, save_verbose=<optimized out>, save_verbose at entry=0) at engine/dragon.c:346
#4 0x0000000000417fdc in examine_position (color=color at entry=1, how_much=how_much at entry=99) a...
2019 Feb 08
3
RFC: [DebugInfo] Improving Debug Information in LLVM to Recover Optimized-out Function Parameters
...gt; #2 0x000000000042a0d0 in owl_attack (target=target at entry=148,
> attack_point=attack_point at entry=0x7fffffffc580, certain=<optimized out>, certain at entry=0xb63048 <dragon+11288>, kworm=kworm at entry=0x7fffffffc3c4) at engine/owl.c:1144
> #3 0x0000000000412c71 in make_dragons (color=<optimized out>, color at entry=1, stop_before_owl=<optimized out>, stop_before_owl at entry=0, save_verbose=<optimized out>, save_verbose at entry=0) at engine/dragon.c:346
> #4 0x0000000000417fdc in examine_position (color=color at entry=1, how_much=how_much at en...
2019 Feb 08
2
RFC: [DebugInfo] Improving Debug Information in LLVM to Recover Optimized-out Function Parameters
...ack (target=target at entry=148,
> > attack_point=attack_point at entry=0x7fffffffc580, certain=<optimized
> out>, certain at entry=0xb63048 <dragon+11288>,
> kworm=kworm at entry=0x7fffffffc3c4) at engine/owl.c:1144
> > #3 0x0000000000412c71 in make_dragons (color=<optimized out>,
> color at entry=1, stop_before_owl=<optimized out>, stop_before_owl at entry=0,
> save_verbose=<optimized out>, save_verbose at entry=0) at engine/dragon.c:346
> > #4 0x0000000000417fdc in examine_position (color=color at entry...