[Mlir-commits] [mlir] [MLIR][SCF] Add a pattern to remove dead cycles in scf.for ops (PR #67350)

Thomas Raoux llvmlistbot at llvm.org
Mon Sep 25 14:19:09 PDT 2023


ThomasRaoux wrote:

> Have you checked if the `remove-dead-values` pass already handles all these cases? How do you position this new approach with respect to it?

Ah no I was not aware of this pass. Looks like it is new and it wasn't there when I had originally written this code. Thanks for pointing it out, it does handle all those cases.

Thanks @joker-eph!

https://github.com/llvm/llvm-project/pull/67350


More information about the Mlir-commits mailing list