[Mlir-commits] [mlir] [mlir][scf] Add simple LICM pattern for `scf.while` (PR #76370)
Ivan Butygin
llvmlistbot at llvm.org
Fri Jan 5 08:37:53 PST 2024
Hardcode84 wrote:
After some thought, I actually like the idea of making general LICM part of `greedyRewriter`/`canonicalizer`.
The plan will be:
* Add `doLICM` option to `GreedyRewriteConfig` (`false` by default)
* Have if enabled in `canonicalizer` pass (we can add a pass option to control it, if we really want it)
https://github.com/llvm/llvm-project/pull/76370
More information about the Mlir-commits
mailing list