-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ConstProp: fix 32-bit masking behaviour
if we want to replace a node with one of its sources, we need to zero extend if the source is 64-bit and the destination is 32-bit. Signed-off-by: Alyssa Rosenzweig <[email protected]>
- Loading branch information
1 parent
51f505a
commit 29405f2
Showing
1 changed file
with
33 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters