Skip to content

[TableGen] Add support for C style macro expressions in TableGen #151176

@pchaudhuri16

Description

@pchaudhuri16

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions