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

Default to using NewPM. #604

Merged
merged 1 commit into from
Jul 18, 2024
Merged

Default to using NewPM. #604

merged 1 commit into from
Jul 18, 2024

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Jul 18, 2024

Now that we only support Julia 1.10, which ships LLVM 15, we can almost entirely switch to LLVM's new pass manager.

Also fixes use of the InternalizePass for 1.12.

Copy link

codecov bot commented Jul 18, 2024

Codecov Report

Attention: Patch coverage is 77.21519% with 18 lines in your changes missing coverage. Please review.

Project coverage is 67.05%. Comparing base (a0e73b7) to head (7cd0120).

Files Patch % Lines
src/driver.jl 44.44% 10 Missing ⚠️
src/metal.jl 72.72% 6 Missing ⚠️
src/irgen.jl 80.00% 1 Missing ⚠️
src/ptx.jl 95.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #604      +/-   ##
==========================================
+ Coverage   65.70%   67.05%   +1.35%     
==========================================
  Files          24       24              
  Lines        3353     3272      -81     
==========================================
- Hits         2203     2194       -9     
+ Misses       1150     1078      -72     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@maleadt maleadt merged commit 4f63a1f into master Jul 18, 2024
15 checks passed
@maleadt maleadt deleted the tb/newpm branch July 18, 2024 10:20
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

Successfully merging this pull request may close these issues.

1 participant