-
Notifications
You must be signed in to change notification settings - Fork 29
[AIE2] Alias Analysis using AddrSpace Info #173
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
Conversation
|
Hi @krishnamtibrewala, I think that 05ae54e98b48841d4fb24f0184ff1ab5b630e80f can be moved to another PR. |
Does it cause errors in QoR? If so, are they caused by erroneous bank annotations? |
Yes, since it can potential error in QoR due to erroneous bank annotations. |
have moved the commit to PR #179 |
decda4b to
82380e2
Compare
|
As a suggestion, we can have PR just for [AIE2] Refactor address space code. In this way we will keep this PR smaller. |
82380e2 to
7c9cda7
Compare
7c9cda7 to
71597e9
Compare
71597e9 to
43f5bab
Compare
43f5bab to
f48189f
Compare
f48189f to
02d53b8
Compare
|
I think this PR can be merged. We should also export some features to be enabled using frontend command line options. Here, something like |
|
Conflict resolution has been done in a new PR: #484 |
The work is guarded under an option
--aie-alias-analysis-addrspace.Note : There are no QoR gain with this work!!