[all-commits] [llvm/llvm-project] 498ea4: [mlir][test] Shard the Test Dialect (NFC)
Jeff Niu via All-commits
all-commits at lists.llvm.org
Mon Apr 22 09:48:46 PDT 2024
Branch: refs/heads/users/Mogball/stack/1
Home: https://github.com/llvm/llvm-project
Commit: 498ea497b99e1328fc16cbc41ebf37575c1c4a59
https://github.com/llvm/llvm-project/commit/498ea497b99e1328fc16cbc41ebf37575c1c4a59
Author: Mogball <jeff at modular.com>
Date: 2024-04-22 (Mon, 22 Apr 2024)
Changed paths:
M mlir/test/lib/Dialect/Test/CMakeLists.txt
M mlir/test/lib/Dialect/Test/TestDialect.cpp
M mlir/test/lib/Dialect/Test/TestOps.cpp
M utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
Log Message:
-----------
[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 up compile time of the test dialect
dramatically. This improves developer cycle times when iterating on the
test dialect.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list