Move MapArithToComb into the Conversions directory
Open
- Dominant language
- C++
- Stars
- 2.2k
- Forks
- 524
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 46
Description
Move the `MapArithToComb` pass from `Transforms` into `Conversions`, and rename it to `ArithToComb` to line up with all the other conversions. This is a useful conversion pass, which would be great to curate as just another conversion.
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the MapArithToComb pass under the Transforms directory and inspect references to its current name and location. Move it into Conversions, rename it to ArithToComb, update the affected references, and verify that the project still builds and its relevant tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- compilers
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100