[LLVMdev] How to calculate the transformation performed by a transformation pass?
Rafael Parizi
parizi.computacao at gmail.com
Wed Jul 4 08:25:15 PDT 2012
How do I know how much a transform modified a program?
For example, if I have a program that has 4 loops and another with 1 loop,
and if I apply the loop-rotate pass, is sure that the first program will be
more modified which the second program. Am I right?
If yes, how do I to calculate this transformation?
--
*Rafael Parizi*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120704/6b93f210/attachment.html>
More information about the llvm-dev
mailing list