[all-commits] [llvm/llvm-project] 6902b3: [mlir] UnsignedWhenEquivalent: use greedy rewriter...

Ivan Butygin via All-commits all-commits at lists.llvm.org
Thu Oct 17 02:23:32 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6902b39b6ffda5ad1253147740fb04befbf82333
      https://github.com/llvm/llvm-project/commit/6902b39b6ffda5ad1253147740fb04befbf82333
  Author: Ivan Butygin <ivan.butygin at gmail.com>
  Date:   2024-10-17 (Thu, 17 Oct 2024)

  Changed paths:
    M mlir/include/mlir/Dialect/Arith/Transforms/Passes.h
    M mlir/lib/Dialect/Arith/Transforms/UnsignedWhenEquivalent.cpp
    M mlir/test/Dialect/Arith/unsigned-when-equivalent.mlir

  Log Message:
  -----------
  [mlir] UnsignedWhenEquivalent: use greedy rewriter instead of dialect conversion (#112454)

`UnsignedWhenEquivalent` doesn't really need any dialect conversion
features and switching it normal patterns makes it more composable with
other patterns-based transformations (and probably faster).



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