[TableGen] Fix builder for ops with one variadic input and SameValueType
For ops with the SameValueType trait, we generate a builder without requiring result type; we get the result type from the operand. However, if the operand is variadic, we need to index into the first value in the pack. -- PiperOrigin-RevId: 243866647
Loading
Please sign in to comment