-
Notifications
You must be signed in to change notification settings - Fork 57
GCN: Rewrite allocas from AS 0 to 5 #71
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
577dd1a to
312aae8
Compare
|
Probably better remove the function and return attributes too? I can imagine these could fail to reconstruct too. |
Codecov Report
@@ Coverage Diff @@
## master #71 +/- ##
==========================================
- Coverage 60.50% 59.52% -0.98%
==========================================
Files 30 30
Lines 1585 1601 +16
==========================================
- Hits 959 953 -6
- Misses 626 648 +22
Continue to review full report at Codecov.
|
d1b4007 to
0fdc708
Compare
|
I'm testing this PR in #34, once I get that passing then I think this will be ready to go. |
0fdc708 to
82b29d1
Compare
Supersedes #47 with a superior, simpler approach.
Also disables parameter attribute copying in
only_entry=true, because of JuliaLLVM/LLVM.jl#186