Skip to content

[mlir][tablegen] getCPPClassName called on a mlir::pdl::OperationType returns unqualified type #57279

Closed
@Ralender

Description

@Ralender

inside tablegen, calling getCPPClassName on a TypeConstraint representing mlir::pdl::OperationType will return the unqualified type OperationType instead of a fully qualified ::mlir::pdl::OperationType

see https://reviews.llvm.org/D132010#inline-1271473 for details.

more generally I think tablegen should emit an error if it cannot figure out a fully qualified type for anything.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions