-
-
Notifications
You must be signed in to change notification settings - Fork 850
feat[venom]: add dead store elimination pass #4556
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
feat[venom]: add dead store elimination pass #4556
Conversation
…/vyper into feat/venom/dead_store_elimination
|
||
from vyper.codegen.ir_node import IRnode | ||
from vyper.venom.basicblock import IRBasicBlock, IRLabel, IRVariable | ||
from vyper.venom.memory_location import MemoryLocation |
Check failure
Code scanning / CodeQL
Module-level cyclic import Error
vyper.venom.memory_location
vyper.venom.function
definition
import
from dataclasses import dataclass | ||
|
||
from vyper.exceptions import CompilerPanic | ||
from vyper.venom.basicblock import IRLiteral, IROperand, IRVariable |
Check failure
Code scanning / CodeQL
Module-level cyclic import Error
vyper.venom.basicblock
vyper.venom.memory_location
definition
import
from dataclasses import dataclass | ||
|
||
from vyper.exceptions import CompilerPanic | ||
from vyper.venom.basicblock import IRLiteral, IROperand, IRVariable |
Check failure
Code scanning / CodeQL
Module-level cyclic import Error
vyper.venom.basicblock
vyper.venom.memory_location
definition
import
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please draft a commit message!
…ad_store_elimination
What I did
Implement a dead store elimination pass
How I did it
How to verify it
Commit message
Description for the changelog
Cute Animal Picture