Add const_prop_pass inside to_edge
Open
@tarun292 is already working on this.
Since Feb 27, 2025.
enhancement
module: exir
triaged
- Dominant language
- Python
- Stars
- 5k
- Forks
- 1.2k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 581
Description
🐛 Describe the bug
Currently we're not running a const prop pass inside to_edge and many users are manually invoking this pass inside their workflows. We should just run this inside to_edge by default.
Versions
cc @JacobSzwejbka @angelayi
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.