[Mlir-commits] [mlir] [MLIR][SCF] Sink scf.if from scf.while before region into after region. (PR #165216)
Ming Yan
llvmlistbot at llvm.org
Wed Nov 19 06:47:33 PST 2025
================
----------------
NexMing wrote:
My intention is mainly to cover the `scf.while` form produced by the `lift-cf-to-scf` pass. Making the pattern more specific helps us avoid additional analysis, which reduces compile-time overhead.
https://github.com/llvm/llvm-project/pull/165216
More information about the Mlir-commits
mailing list