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

Remove duplicate lists of constant and type opcodes #5106

Merged
merged 1 commit into from
Feb 15, 2023
Merged

Conversation

kpet
Copy link
Contributor

@kpet kpet commented Feb 10, 2023

Adding a new type instruction required making the same change in two places.

Also remove IsCompileTimeConstantInst that was used in a single place and replace its use by an expression that IMO better conveys the intent.

Change-Id: I49330b74bd34a35db6369c438c053224805c18e0
Signed-off-by: Kevin Petit kevin.petit@arm.com

Adding a new type instruction required making the same change in two
places.

Also remove IsCompileTimeConstantInst that was used in a single place
and replace its use by an expression that better conveys the intent.

Change-Id: I49330b74bd34a35db6369c438c053224805c18e0
Signed-off-by: Kevin Petit <kevin.petit@arm.com>
@s-perron s-perron merged commit f434351 into main Feb 15, 2023
@kpet kpet deleted the reflect-dedup branch February 15, 2023 20:17
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

2 participants