Skip to content

Commit

Permalink
skip self optimization check on v1.11 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed May 14, 2024
1 parent da6b97e commit a12f4aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/self_check.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ let target_modules = (JET,)
# optimization analysis
# =====================

@static VERSION v"1.11-" && return # FIXME v1.11

# ignore some dynamically-designed functions
# TODO implement `signature_filter` and limit the ignorance scope
function function_filter(@nospecialize f)
Expand Down

0 comments on commit a12f4aa

Please sign in to comment.