You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example :
TableGen today cannot parse C style macros like below
ifdef !MACRO1 || MACRO2 && MACRO3
As a result, we end up creating new macros like MACRO1_OR_MACRO2 to achieve the same functionality.
Hence supporting C style macros, will be a useful feature for TableGen.