[SV] Rename "sym_name" in GenerateOp to something different

Open Beginner friendly
#11,079 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
68/100
Issue type
Refactor
Clarity
Mostly clear
Activity status
Active
Tech stack
cpp
Domain
compilers

Research direction

Locate GenerateOp and all references to its sym_name field or argument, then review the surrounding operation definition to choose a name that does not imply SymbolOpInterface support. Rename the field consistently and verify that no sym_name references remain for GenerateOp.

Written by the indexing model from the issue text.

Description

GenerateOp won't have symbol/SymbolOpInterface so "sym_name" is simply confusing. Not sure a right name but "name", "label" might be good candidates.

Dominant language
C++
Stars
2.2k
Forks
525
Avg merge
2d 16h
Merged PRs (30d)
39

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from llvm/circt

All issues in llvm/circt

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.