Skip to content

Remove vectorToScalar OMRDataType query - #6676

Merged
0xdaryl merged 1 commit into
eclipse-omr:masterfrom
r30shah:CleanUp
Sep 21, 2022
Merged

Remove vectorToScalar OMRDataType query#6676
0xdaryl merged 1 commit into
eclipse-omr:masterfrom
r30shah:CleanUp

Conversation

@r30shah

@r30shah r30shah commented Aug 24, 2022

Copy link
Copy Markdown
Contributor

Remove using vectorToScalar query from codebase and use
getVectorElementType() query instead to get the element type of the
vector opcode.

Closes: #6658

Signed-off-by: Rahil Shah rahil@ca.ibm.com

@r30shah

r30shah commented Aug 24, 2022

Copy link
Copy Markdown
Contributor Author

@gita-omr Can I please get your review on this?

@gita-omr

Copy link
Copy Markdown
Contributor

This change will break some of the omr consumers. @r30shah maybe we should try to eliminate the use of that method first?

@r30shah

r30shah commented Aug 29, 2022

Copy link
Copy Markdown
Contributor Author

@gita-omr I was checking the use of the method in both omr and openJ9 repo, There is only one consumer atm. Which is in Aliases.cpp. I can not find any other consumer of vectorToScalar.

@r30shah

r30shah commented Aug 29, 2022

Copy link
Copy Markdown
Contributor Author

Jenkins build all

1 similar comment
@r30shah

r30shah commented Sep 8, 2022

Copy link
Copy Markdown
Contributor Author

Jenkins build all

Remove using vectorToScalar query from codebase and use
getVectorElementType() query instead to get the element type of the
vector opcode.

Closes: eclipse-omr#6658

Signed-off-by: Rahil Shah <rahil@ca.ibm.com>
@r30shah

r30shah commented Sep 21, 2022

Copy link
Copy Markdown
Contributor Author

Jenkins build all

@r30shah

r30shah commented Sep 21, 2022

Copy link
Copy Markdown
Contributor Author

failures in RISCV seems to be similar issue mentioned in #6704.
Also failure on z/OS seems to be infrastructure related issue.
@0xdaryl Can you please review change in this PR and merge?

@0xdaryl 0xdaryl self-assigned this Sep 21, 2022
@0xdaryl
0xdaryl merged commit b961b81 into eclipse-omr:master Sep 21, 2022
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.

Cleanup use of vectorToScalar IL query

3 participants