Skip to content

@inbounds in dead code taints consistency #48243

Closed

Description

function foo()
      false && @inbounds (1,2,3)[1]
      return 1
end
julia> Base.infer_effects(foo)
(!c,+e,+n,+t,+s,+m)

This likely regressed in #48158

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions