Displaying 1 result from an estimated 1 matches for "sibelnik".
Did you mean:
mielnik
2008 Jun 06
3
[LLVMdev] Data dependence analysis
...supported yet. I focused on the main part - an algorithm that checks for
dependence given two instructions. It uses alias analysis info and some
techniques from the Allen & Kennedy book (ZIV test, strong SIV test,
Banerjee test, simpler form of the Delta test). Alexandre X. Duchateau
and Albert Sibelnik added the Omega test based on the Omega library.
I am going to go the Developer Policy's way and work incrementally with
your feedback. What do you think of the following work plan?
1. Think of possible clients of the analysis and gather their requirements.
2. Design analysis interface.
3....