dotnet / jitutils

MIT License
144 stars 59 forks source link

Initial version of a tool for ML on CSEs #389

Closed AndyAyersMS closed 7 months ago

AndyAyersMS commented 7 months ago

Add a tool that can use ML techniques to explore the JIT's CSE heuristic. Some parts of this are very specific to CSEs, others are general and could be repurposed for use with other heuristics.

This is still work in progress.

Depends on jit changes in dotnet/runtime#96880

AndyAyersMS commented 7 months ago

@EgorBo PTAL cc @dotnet/jit-contrib