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
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
Uh oh!
There was an error while loading. Please reload this page.
inside tablegen, calling
getCPPClassName
on aTypeConstraint
representingmlir::pdl::OperationType
will return the unqualified typeOperationType
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.
The text was updated successfully, but these errors were encountered: