Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor[codegen]: remove redundant IRnode.from_list #4151

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

trocher
Copy link
Contributor

@trocher trocher commented Jun 14, 2024

What I did

Replaced occurrences of

IRnode.from_list(context.new_internal_variable(typ), typ=typ, location=MEMORY)

by

context.new_internal_variable(typ)

following #3941

How I did it

See code

How to verify it

See similarly replaced occurrences in #3941

Commit message

refactor[codegen]: remove redundant `IRnode.from_list`

Description for the changelog

refactor[codegen]: remove redundant `IRnode.from_list`

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

@trocher trocher changed the title chore: remove useless IRnode.from_list chore[codegen]: remove useless IRnode.from_list Jun 14, 2024
@charles-cooper charles-cooper changed the title chore[codegen]: remove useless IRnode.from_list refactor[codegen]: remove redundant IRnode.from_list Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant