Displaying 1 result from an estimated 1 matches for "0a36a98e".
2018 Mar 03
1
[GSOC 2018] Improve function attribute inference
Definitely have a look at the current analyses:
- llvm/Transforms/IPO/FunctionAttrs.cpp
- llvm/Transforms/IPO/InferFunctionAttrs.cpp
Also, study the semantics of these attributes, starting with the docs:
http://llvm.org/docs/LangRef.html#function-attributes
Also, grep the LLVM sources for test cases that use the attributes to see
examples on how they are used for optimization.
Finally, have a