[llvm-branch-commits] [llvm] [mlir] [mlir][test] Shard and reorganize the test dialect (PR #89424)

Jeff Niu via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Apr 22 09:10:47 PDT 2024


================
@@ -228,6 +332,7 @@ void TestDialect::initialize() {
       >();
   registerOpsSyntax();
   addOperations<ManualCppOpWithFold>();
+  registerTestDialectOperations(this);
----------------
Mogball wrote:

As you noted, this isn't needed. I think this got lost in the merge resolution. I'll delete it.

https://github.com/llvm/llvm-project/pull/89424


More information about the llvm-branch-commits mailing list