> expr: If all alternatives are identical, use that, otherwise use a PARALLEL. > offset: Likewise. Oops, while offset is an rtx and can use a PARALLEL, expr is a tree, so has to use something else. I suppose we can just chain together all the expressions.