[all-commits] [llvm/llvm-project] 478b4e: [mlir][test] Shard the Test Dialect (NFC)

Jeff Niu via All-commits all-commits at lists.llvm.org
Mon Apr 22 10:04:22 PDT 2024


  Branch: refs/heads/users/Mogball/stack/1
  Home:   https://github.com/llvm/llvm-project
  Commit: 478b4e8e9523ab80e65f115274b2f2ae4423faf4
      https://github.com/llvm/llvm-project/commit/478b4e8e9523ab80e65f115274b2f2ae4423faf4
  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.

stack-info: PR: https://github.com/llvm/llvm-project/pull/89628, branch: users/Mogball/stack/1



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