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

Question about assignment 4 #10

Open
IzaiahSun opened this issue Oct 11, 2022 · 2 comments
Open

Question about assignment 4 #10

IzaiahSun opened this issue Oct 11, 2022 · 2 comments

Comments

@IzaiahSun
Copy link

My submission failed on 2 statements of interprocedural constant propagation. Could anyone provide some tips on it?

Your submission correctly analyzes 85 out of 85 call sites in test cases for CHA,
and 1063 out of 1065 Stmts in test cases for interprocedural constant propagation.


[!] Failed on [hidden] testcase(s)
Tips: we will not give you any information about [hidden] testcase(s)
@QudaRulo
Copy link

我觉得你是在callnodetransfer的情况可能出了问题,我当时是这里出了问题,edge transfer应对control flow,不要和calltoreturn edge混淆。希望对你有一些帮助

@Cat-Overflow
Copy link

在transfercallnode时,即使左边有赋值变量,也不用在out中删去LHS的值,因为这个会在edge transfer时候处理
tempsnip

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

No branches or pull requests

3 participants