google / ml-compiler-opt

Infrastructure for Machine Learning Guided Optimization (MLGO) in LLVM.
Apache License 2.0
612 stars 92 forks source link

Misc improvements to inlining evaluation docs in demo #341

Closed boomanaiden154 closed 5 months ago

boomanaiden154 commented 5 months ago

This patch removes the compile_task flag from the evaluation documentation for the inliner demo. This flag was removed in 2ba448732b5c9aa9ed221ac70a0009293651701e and the documentation was never updated.

Fixes #340.

boomanaiden154 commented 5 months ago

The other issues should be addressed now as well. Thanks for reporting them to improve the documentation!