Simplify away some SmallVector copies. NFCI.
The lifetime of the initializer list is the full expression, so we can skip storing it in a temporary vector.
Loading
Please sign in to comment
The lifetime of the initializer list is the full expression, so we can skip storing it in a temporary vector.