search for: 7ffce415

Displaying 2 results from an estimated 2 matches for "7ffce415".

2011 Nov 10
0
[LLVMdev] loop transformation: uniquely identifying a loop within a program
On Nov 10, 2011, at 2:39 AM, Tatenda M. Chipeperekwa wrote: > hi all, > > We are writing a loop transformation using the llvm loop pass class, but we do not want to run the pass on all loops within a program. We are looking for suggestions on how we can uniquely identify certain loops that we want to transform. So far, we are working on a suggestion to transform the loops depending on
2011 Nov 10
2
[LLVMdev] loop transformation: uniquely identifying a loop within a program
hi all, We are writing a loop transformation using the llvm loop pass class, but we do not want to run the pass on all loops within a program. We are looking for suggestions on how we can uniquely identify certain loops that we want to transform. So far, we are working on a suggestion to transform the loops depending on which function they're run from in the program. Which will be something