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

Metal: switch order of unreachable rewrite passes. #623

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Aug 27, 2024

replace_unreachable! currently doesn't handle trivial trapping functions, but hide_noreturn! does, so just switch the order of these two passes.

JuliaGPU/Metal.jl#321 (comment)

replace_unreachable currently doesn't handle trivial trapping functions,
but hide_noreturn does, so just switch the order of these two passes.
@maleadt maleadt added the metal Stuff about the Apple metal back-end. label Aug 27, 2024
Copy link

codecov bot commented Aug 27, 2024

Codecov Report

Attention: Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.

Project coverage is 0.00%. Comparing base (0a1e05d) to head (b3f0236).
Report is 1 commits behind head on master.

Files Patch % Lines
src/metal.jl 0.00% 5 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff           @@
##           master    #623   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files          24      24           
  Lines        3096    3096           
======================================
  Misses       3096    3096           

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

@maleadt maleadt merged commit b490b6f into master Aug 27, 2024
1 check passed
@maleadt maleadt deleted the tb/metal_unreachable_bis branch August 27, 2024 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
metal Stuff about the Apple metal back-end.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant