Skip to content

Conversation

@r30shah
Copy link
Contributor

@r30shah r30shah commented Nov 26, 2025

In #8035 we introduced a new node flag to notify the code-gen that the node was sign extended when evaluated. This removes the the use of AlreadySignExtended register flag which can be propagated to other nodes if the register is reused through clobber evaluation of the node.
This commit includes the clean-up related AlreadySignExtended register flag.

In eclipse-omr#8035 we introduced a new
node flag to notify the code-gen that the node was sign extended when
evaluated. This removes the the use of AlreadySignExtended register
flag which can be propagated to other nodes if the register is reused
through clobber evaluation of the node.
This commit includes the clean-up related AlreadySignExtended register
flag.

Signed-off-by: Rahil Shah <[email protected]>
@r30shah r30shah force-pushed the removeAlreadySignExtendedFlag branch from eae5121 to f470de9 Compare November 26, 2025 15:15
@r30shah
Copy link
Contributor Author

r30shah commented Nov 26, 2025

As recommended in #8035 (review) , opening up this PR to clean-up AlreadySignExtended flag.

@joransiu / @hzongaro Can I request your review on this change ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants