Skip to content

Commit

Permalink
Permit :meta nodes in IR
Browse files Browse the repository at this point in the history
  • Loading branch information
willtebbutt committed Oct 1, 2024
1 parent f865fde commit 149e7b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interpreter/s2s_reverse_mode_ad.jl
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ function make_ad_stmts!(stmt::Expr, line::ID, info::ADInfo)
:leave,
:pop_exception,
:throw_undef_if_not,
:meta,
]
# Expressions which do not require any special treatment.
return ad_stmt_info(line, nothing, stmt, nothing)
Expand Down

0 comments on commit 149e7b4

Please sign in to comment.