-
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
Add array cast to pointer #131
Conversation
Benchmarking factorialCompiling factorial (factorial.con) Benchmarking fibCompiling fib (fib.con) |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #131 +/- ##
==========================================
+ Coverage 61.71% 61.97% +0.25%
==========================================
Files 25 25
Lines 4532 4610 +78
==========================================
+ Hits 2797 2857 +60
- Misses 1735 1753 +18 ☔ View full report in Codecov by Sentry. |
Also fixes some GEPs that were not entirely correct, it now uses the gep using the array type and not the array element type.