[Mlir-commits] [mlir] [MLIR][SCF] Sink scf.if from scf.while before region into after region. (PR #165216)

Mehdi Amini llvmlistbot at llvm.org
Wed Nov 19 04:52:49 PST 2025


================

----------------
joker-eph wrote:

> To avoid creating a new scf.while

Why would we need to create a new scf.while? We only need to make sure that the scf.condition pass the right value to the `do` region, it shouldn't affect the while results right?

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


More information about the Mlir-commits mailing list