[TableGen] Use PointerUnion for Operator and Val in TreePatternNode.
These fields are never set at the same time so we can store them using a single PointerUnion.
Loading
Please sign in to comment
These fields are never set at the same time so we can store them using a single PointerUnion.