We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4802edd commit 0df963eCopy full SHA for 0df963e
mlir/test/lib/IR/TestClone.cpp
@@ -19,6 +19,7 @@ namespace {
19
/// takes the result of the first operation return as an input.
20
struct ClonePass
21
: public PassWrapper<ClonePass, InterfacePass<FunctionOpInterface>> {
22
+ MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(ClonePass)
23
StringRef getArgument() const final { return "test-clone"; }
24
StringRef getDescription() const final { return "Test clone of op"; }
25
void runOnOperation() override {
0 commit comments