[llvm-commits] [PATCH] Remove readonly/readnone attributes from all called functions
Evgeniy Stepanov
eugenis at google.com
Thu Dec 6 23:25:10 PST 2012
Unfortunately, moving this code to doInitialization does not work.
These attributes are set in FunctionAttrs pass, which is a CallGraphSCCPass. These guys, apparently, can be interleaved with function passes (at least they run between our doInitialization and runOnFunction).
OK to commit this change as it is?
http://llvm-reviews.chandlerc.com/D173
More information about the llvm-commits
mailing list