[all-commits] [llvm/llvm-project] 3ce2d1: [mlir] Fix typo in CSE transform (#137341)

bubblepipe via All-commits all-commits at lists.llvm.org
Fri Apr 25 08:53:50 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ce2d1e6a1fde05604a09b70f7bf99bffa1329ad
      https://github.com/llvm/llvm-project/commit/3ce2d1e6a1fde05604a09b70f7bf99bffa1329ad
  Author: bubblepipe <30717258+bubblepipe at users.noreply.github.com>
  Date:   2025-04-25 (Fri, 25 Apr 2025)

  Changed paths:
    M mlir/lib/Transforms/CSE.cpp

  Log Message:
  -----------
  [mlir] Fix typo in CSE transform (#137341)

"Replace all uses, but do not _remote_ the operation yet" should be
"Replace all uses, but do not _remove_ the operation yet".



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