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

Instrument address space passes and friends #44579

Closed
wants to merge 2 commits into from

Conversation

pchintalapudi
Copy link
Member

No description provided.

@giordano
Copy link
Contributor

giordano commented Apr 5, 2022

Tests are failing on all systems here.

@@ -452,6 +453,7 @@ bool removeAddrspaces(Module &M, AddrspaceRemapFunction ASRemapper)
}
}

verifyModule(M);
Copy link
Sponsor Member

Choose a reason for hiding this comment

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

Suggested change
verifyModule(M);

@@ -32,6 +33,7 @@ static bool removeNI(Module &M)
}
dlstr.erase(nistart, niend - nistart);
M.setDataLayout(dlstr);
assert(!verifyModule(M));
Copy link
Sponsor Member

Choose a reason for hiding this comment

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

Suggested change
assert(!verifyModule(M));

@vtjnash
Copy link
Sponsor Member

vtjnash commented Apr 7, 2022

verifyModule is a pass, and shouldn't be included as part of other passes (it is also very expensive)

@DilumAluthge DilumAluthge removed the merge me PR is reviewed. Merge when all tests are passing label Apr 7, 2022
@pchintalapudi
Copy link
Member Author

Superseded by #46407 and #46387

@giordano giordano deleted the pc/addrspace-stat branch September 12, 2022 13:14
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.

5 participants