Files
llvm-project/llvm/utils/mlgo-utils
Aiden Grossman 66ba9c9475 [MLGO] Ensure cmd_filter is marked Optional (#179781)
cmd_filter is supposed to be set to None if there is no filter according
to the API documentation. This is not actually allowed currently though
according to the type information. Update the type information to match
what is intended.
2026-02-04 13:54:26 -08:00
..

MLGO Python Utilities

This folder contains MLGO Python utilities, particularly infrastructure to help enable ML applications within LLVM, especially tooling to extract corpora that can be used in downstream projects to train ML models and perform other tasks that benefit from having a large amount of data.