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

[TIR] Fix pass RenewDefs error in gather/take case #16063

Merged
merged 1 commit into from Nov 4, 2023

Conversation

Hzfengsy
Copy link
Member

@Hzfengsy Hzfengsy commented Nov 3, 2023

Pervious implementation of RenewDefs pass will fail in the case of the gather/take function. This is because the pass visit and renew the read/write regions twice. This PR fixes it and adds a regression test.

cc @cyx-6

Pervious implementation of RenewDefs pass will fail in the case of
the gather/take function. This is because the pass visit and renew the
read/write regions twice. This PR fixes it and adds a regression test.
Copy link
Contributor

@cyx-6 cyx-6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing!

@junrushao
Copy link
Member

Could you take a brief look into the hexagon failure? seems irrelevant...?

@Hzfengsy Hzfengsy merged commit 9df0683 into apache:main Nov 4, 2023
19 checks passed
@Hzfengsy Hzfengsy deleted the fix_renew_defs branch November 7, 2023 01:52
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

4 participants