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

2024-04-19 Thread Jeff Niu via llvm-branch-commits
https://github.com/Mogball edited https://github.com/llvm/llvm-project/pull/89424 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

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

2024-04-22 Thread Jeff Niu via llvm-branch-commits
@@ -228,6 +332,7 @@ void TestDialect::initialize() { >(); registerOpsSyntax(); addOperations(); + registerTestDialectOperations(this); Mogball wrote: As you noted, this isn't needed. I think this got lost in the merge resolution. I'll delete it. h

[llvm-branch-commits] [llvm] [mlir] [mlir][test] Shard the Test Dialect (NFC) (PR #89628)

2024-04-22 Thread Jeff Niu via llvm-branch-commits
https://github.com/Mogball created https://github.com/llvm/llvm-project/pull/89628 [mlir][test] Shard the Test Dialect (NFC) This PR uses the new op sharding mechanism in tablegen to shard the test dialect's op definitions. This breaks the definition of ops into multiple source files, speeding

[llvm-branch-commits] [llvm] [mlir] [mlir][test] Shard the Test Dialect (NFC) (PR #89628)

2024-04-22 Thread Jeff Niu via llvm-branch-commits
https://github.com/Mogball updated https://github.com/llvm/llvm-project/pull/89628 >From 478b4e8e9523ab80e65f115274b2f2ae4423faf4 Mon Sep 17 00:00:00 2001 From: Mogball Date: Mon, 22 Apr 2024 16:39:58 + Subject: [PATCH] [mlir][test] Shard the Test Dialect (NFC) This PR uses the new op shar

[llvm-branch-commits] [mlir] [mlir][test] Reorganize the test dialect (PR #89424)

2024-04-22 Thread Jeff Niu via llvm-branch-commits
https://github.com/Mogball edited https://github.com/llvm/llvm-project/pull/89424 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [mlir] [mlir][test] Reorganize the test dialect (PR #89424)

2024-04-22 Thread Jeff Niu via llvm-branch-commits
https://github.com/Mogball edited https://github.com/llvm/llvm-project/pull/89424 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [mlir] [mlir][test] Shard the Test Dialect (NFC) (PR #89628)

2024-04-22 Thread Jeff Niu via llvm-branch-commits
https://github.com/Mogball updated https://github.com/llvm/llvm-project/pull/89628 >From 478b4e8e9523ab80e65f115274b2f2ae4423faf4 Mon Sep 17 00:00:00 2001 From: Mogball Date: Mon, 22 Apr 2024 16:39:58 + Subject: [PATCH] [mlir][test] Shard the Test Dialect (NFC) This PR uses the new op shar

[llvm-branch-commits] [llvm] [mlir] [mlir][test] Shard the Test Dialect (NFC) (PR #89628)

2024-04-22 Thread Jeff Niu via llvm-branch-commits
https://github.com/Mogball updated https://github.com/llvm/llvm-project/pull/89628 >From 478b4e8e9523ab80e65f115274b2f2ae4423faf4 Mon Sep 17 00:00:00 2001 From: Mogball Date: Mon, 22 Apr 2024 16:39:58 + Subject: [PATCH] [mlir][test] Shard the Test Dialect (NFC) This PR uses the new op shar

[llvm-branch-commits] [mlir] [mlir][test] Reorganize the test dialect (PR #89424)

2024-04-22 Thread Jeff Niu via llvm-branch-commits
Mogball wrote: > LG, but please make sure to remove all spurious headers from the commit > description (seems like it should start at "This PR massively ...") Yep. The tool removes it before landing the commit https://github.com/llvm/llvm-project/pull/89424

[llvm-branch-commits] [mlir] [mlir][ods] Add documentation on how to use sharded op definitions (NFC) (PR #89664)

2024-04-22 Thread Jeff Niu via llvm-branch-commits
https://github.com/Mogball created https://github.com/llvm/llvm-project/pull/89664 [mlir][ods] Add documentation on how to use sharded op definitions (NFC) This adds explanations and instructions on how to set up a dialect for sharded op definitions to the MLIR documentation. >From 8991d4f3521

[llvm-branch-commits] [mlir] [mlir][ods] Add documentation on how to use sharded op definitions (NFC) (PR #89664)

2024-04-22 Thread Jeff Niu via llvm-branch-commits
https://github.com/Mogball updated https://github.com/llvm/llvm-project/pull/89664 >From f8c449c81fb62dc063eaf9be3dc0cc81407afd1d Mon Sep 17 00:00:00 2001 From: Mogball Date: Mon, 22 Apr 2024 20:40:10 + Subject: [PATCH] [mlir][ods] Add documentation on how to use sharded op definitions (NF

[llvm-branch-commits] [llvm] [mlir] [mlir][test] Shard the Test Dialect (NFC) (PR #89628)

2024-04-22 Thread Jeff Niu via llvm-branch-commits
https://github.com/Mogball edited https://github.com/llvm/llvm-project/pull/89628 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [mlir] [mlir][ods] Allow sharding of op definitions (PR #89423)

2024-04-22 Thread Jeff Niu via llvm-branch-commits
https://github.com/Mogball edited https://github.com/llvm/llvm-project/pull/89423 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [mlir] [mlir][ods] Allow sharding of op definitions (PR #89423)

2024-04-22 Thread Jeff Niu via llvm-branch-commits
Mogball wrote: > Before I forget: we should add documentation for this, including the how to > structure the dialect to support it. Added in https://github.com/llvm/llvm-project/pull/89664 https://github.com/llvm/llvm-project/pull/89423 ___ llvm-bran

[llvm-branch-commits] [llvm] [mlir] [mlir][test] Shard the Test Dialect (NFC) (PR #89628)

2024-04-22 Thread Jeff Niu via llvm-branch-commits
https://github.com/Mogball edited https://github.com/llvm/llvm-project/pull/89628 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [mlir] [mlir][ods] Add documentation on how to use sharded op definitions (NFC) (PR #89664)

2024-04-22 Thread Jeff Niu via llvm-branch-commits
https://github.com/Mogball edited https://github.com/llvm/llvm-project/pull/89664 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [mlir] [mlir][Properties] Shorten "Property" to "Prop" in most places (PR #120368)

2024-12-18 Thread Jeff Niu via llvm-branch-commits
https://github.com/Mogball approved this pull request. Makes sense https://github.com/llvm/llvm-project/pull/120368 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-comm