Displaying 1 result from an estimated 1 matches for "1022049".
Did you mean:
1002049
2012 Apr 24
4
[LLVMdev] Tool for loop transformations
Hi everyone!
I would like to create a tool which would "simulate" several loop
transformations. It should serve as a part of my bachelor thesis.
Typical usage of that tool would be this:
Mark a loop in a source (probably C/C++) file and specify desired
transformation in a predefined way (for example a special comment or
something). -> Run the tool on that "crafted"