[all-commits] [llvm/llvm-project] a928c6: [mlir] Make remove-dead-values pass remove blocks ...

lonely eagle via All-commits all-commits at lists.llvm.org
Thu Nov 6 00:36:36 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a928c61961004cc94c4cb37bc4c414f1537e7660
      https://github.com/llvm/llvm-project/commit/a928c61961004cc94c4cb37bc4c414f1537e7660
  Author: lonely eagle <2020382038 at qq.com>
  Date:   2025-11-06 (Thu, 06 Nov 2025)

  Changed paths:
    M mlir/lib/Transforms/RemoveDeadValues.cpp
    M mlir/test/Transforms/remove-dead-values.mlir

  Log Message:
  -----------
  [mlir] Make remove-dead-values pass remove blocks arguments first (#165725)

Fix https://github.com/llvm/llvm-project/issues/163051. Some Ops which
have multiple blocks, before deleting the ops, first remove the dead
parameters within its blocks.



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