[TableGen] Fix convertFromStorage for OptionalAttr
OptionalAttr is just wrapping around the actual attribute; so it should just use the actual attribute's `convertFromStorage` to read the value and wrap it around with `Optional<>` to return. Previously it was mandating how the actual attribute reads the value with `{0}.getValue()`. -- PiperOrigin-RevId: 241762355
Loading
Please sign in to comment