Skip to content

unpack_tuple not sufficiently general #3

@femtomc

Description

@femtomc

Misses this case in IR:

 %6 = Main.AutoAddressing2.Jaynes.trace(%18, Main.AutoAddressing2.Jaynes.flatten, %5)
  %7 = Base.getindex(%6, 1)
  %8 = Base.lastindex(%6)
  %9 = 2:%8
  %10 = Base.getindex(%6, %9)
  %11 = Core._apply_iterate(Base.iterate, Main.AutoAddressing2.Jaynes.simulate, %10)

Here, the variable will hold a tuple after the call to getindex - but it can't be checked statically with the current unpack_tuple checks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions