[all-commits] [llvm/llvm-project] cd1acf: [mlir][Transforms] Remove UB dialect dependency fr...

Hideto Ueno via All-commits all-commits at lists.llvm.org
Thu Jul 24 17:33:28 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cd1acf2ae36c5cc480d2d77de54d66508813cec9
      https://github.com/llvm/llvm-project/commit/cd1acf2ae36c5cc480d2d77de54d66508813cec9
  Author: Hideto Ueno <uenoku.tokotoko at gmail.com>
  Date:   2025-07-24 (Thu, 24 Jul 2025)

  Changed paths:
    M mlir/include/mlir/Transforms/Passes.td
    M mlir/lib/Dialect/Vector/IR/CMakeLists.txt
    M mlir/lib/Transforms/CMakeLists.txt
    M mlir/lib/Transforms/Canonicalizer.cpp

  Log Message:
  -----------
  [mlir][Transforms] Remove UB dialect dependency from Canonicalizer pass (#150555)

The Canonicalizer pass has a dependency to UB dialect which shouldn't have.
It also no longer needs to directly depend on the UB dialect since the Vector dialect
(which uses UB dialect for poison index operations introduced by 35df525) already
declares this dependency(878d3594).



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