search for: pact00

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

2015 Mar 18
2
[LLVMdev] Implementing if-conversion as a GSoC 2015 project?
...on how to make a balance in whether to do if-conversion or not. There are both static policy [David I. August et al 1997] <http://impact.crhc.illinois.edu/shared/papers/micro-97-framework.pdf> and dynamic policy [Kim M. Hazelwood and Thomas Conte 2000] <http://www.cs.virginia.edu/kim/docs/pact00.pdf>. What I want to do for GSoC is to implement these approaches into LLVM. Xiang Gao 2015-03-17 18:14 GMT-04:00 John Criswell <jtcriswel at gmail.com>: > Dear Xiang, > > Can you briefly describe the limitations with the current if-conversion in > LLVM and how you plan to...
2015 Mar 16
2
[LLVMdev] Implementing if-conversion as a GSoC 2015 project?
Hi, Are you guys interested in implementing if-conversion as a GSoC 2015 project? Last year, I did a literature review about approaches of if-conversion and the if-conversion in LLVM. This was the undergraduate thesis of my bachelor degree. It seems that, the if-conversion used in LLVM is a very simple approach instead of following the literature. So I want to implement the approaches in the