-
Notifications
You must be signed in to change notification settings - Fork 11
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
DFG Generation Issues #28
Comments
Hi Shangkun, thanks for the insights and planning!
|
Thanks a lot for your time and reply!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi~ Cheng,
I am trying to modify the DFG generator and I find some problems about existing generator, together with some potential solutions:
targetEntireFunction
is accttually a dead parameter). So we can directly utilize the loop information stored intargetLoops
for DFG generation instead of traversing each BB in the function, which is error-proning as mentioned below.br
instruction, it has 8 control edges, which is inconsistent with thefft.ll
.Just want to see if you have any other suggestions for these problems. If not, I may modify the code immediately.
The text was updated successfully, but these errors were encountered: