Open
Description
Constant propagation works for Axis
indexing but not for ComponentArray
indexing. Not sure what to do here. I’m wrapping the symbolic indexes immediately in a Val
and passing them into a function that calls a @generated
function. fastindices
is a workaround that I’d rather not have to have.