search for: c974001__timed_calculation

Displaying 5 results from an estimated 5 matches for "c974001__timed_calculation".

2009 Sep 03
2
[LLVMdev] Non-local DSE optimization
....bc' > target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32- > i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64- > f80:32:32" > target triple = "i386-pc-linux-gnu" > > %struct.FRAME.c974001 = type { i32, i8, void > (%struct.c974001__timed_calculation*)* } > %struct.FRAME.c974001__timed_calculationB = type > { %struct.FRAME.c974001*, i32 } > %struct.FRAME.c974001__timed_calculation__calculationA = type > { %struct.system__tasking__async_delays__delay_block } > %struct.RETURN = type { i32, i32 } > %struct.ada__exceptions__ex...
2009 Sep 06
0
[LLVMdev] Non-local DSE optimization
...alayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32- >> i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64- >> f80:32:32" >> target triple = "i386-pc-linux-gnu" >> >> %struct.FRAME.c974001 = type { i32, i8, void >> (%struct.c974001__timed_calculation*)* } >> %struct.FRAME.c974001__timed_calculationB = type >> { %struct.FRAME.c974001*, i32 } >> %struct.FRAME.c974001__timed_calculation__calculationA = type >> { %struct.system__tasking__async_delays__delay_block } >> %struct.RETURN = type { i32, i32 } >> %st...
2009 Sep 08
2
[LLVMdev] Non-local DSE optimization
...2-i1:8:8-i8:8:8-i16:16:16- >>> i32:32:32- i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128- >>> a0:0:64- f80:32:32" >>> target triple = "i386-pc-linux-gnu" >>> >>> %struct.FRAME.c974001 = type { i32, i8, void >>> (%struct.c974001__timed_calculation*)* } >>> %struct.FRAME.c974001__timed_calculationB = type >>> { %struct.FRAME.c974001*, i32 } >>> %struct.FRAME.c974001__timed_calculation__calculationA = type >>> { %struct.system__tasking__async_delays__delay_block } >>> %struct.RETURN = type { i...
2009 Sep 03
0
[LLVMdev] Non-local DSE optimization
Hi Jakub, interesting patch. I ran it over the Ada testsuite and this picked up some problems even without enabling dse-ssu. For example, "opt -inline -dse -domtree" crashes on the attached testcase. Ciao, Duncan. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: dom_crash.ll URL:
2009 Aug 31
2
[LLVMdev] Non-local DSE optimization
Hello, This patch adds non-local DSE optimization. It uses Static Single Use representation. This is my first "big" patch, please be tolerant :-) Please note that optimization is disabled by default. -Jakub -------------- next part -------------- A non-text attachment was scrubbed... Name: dse_ssu.patch Type: application/octet-stream Size: 17352 bytes Desc: not available URL: