Skip to content

Conversation

@maleadt
Copy link
Member

@maleadt maleadt commented Apr 23, 2025

Adapts to new pass parameter naming scheme.

@github-actions
Copy link
Contributor

Your PR requires formatting changes to meet the project's style guidelines.
Please consider running Runic (git runic master) to apply these changes.

Click here to view the suggested changes.
diff --git a/src/optim.jl b/src/optim.jl
index 841b1a5..a9c47d7 100644
--- a/src/optim.jl
+++ b/src/optim.jl
@@ -46,14 +46,16 @@ function buildNewPMPipeline!(mpm, @nospecialize(job::CompilerJob), opt_level)
 end
 
 const BasicSimplifyCFGOptions =
-    (; switch_range_to_icmp=true,
-       switch_to_lookup=true,
-       forward_switch_cond=true,
+    (;
+    switch_range_to_icmp = true,
+    switch_to_lookup = true,
+    forward_switch_cond = true,
     )
 const AggressiveSimplifyCFGOptions =
-    (; switch_range_to_icmp=true,
-       switch_to_lookup=true,
-       forward_switch_cond=true,
+    (;
+    switch_range_to_icmp = true,
+    switch_to_lookup = true,
+    forward_switch_cond = true,
        # These mess with loop rotation, so only do them after that
        hoist_common_insts=true,
        # Causes an SRET assertion error in late-gc-lowering

@codecov
Copy link

codecov bot commented Apr 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.31%. Comparing base (edf2aa2) to head (0ffb34f).
Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #690   +/-   ##
=======================================
  Coverage   68.31%   68.31%           
=======================================
  Files          24       24           
  Lines        3459     3459           
=======================================
  Hits         2363     2363           
  Misses       1096     1096           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@maleadt maleadt merged commit ade4485 into master Apr 23, 2025
22 checks passed
@maleadt maleadt deleted the tb/llvm_bump branch April 23, 2025 14:29
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.

2 participants