[Mlir-commits] [mlir] [mlir][scf] Add simple LICM pattern for `scf.while` (PR #76370)
Thomas Raoux
llvmlistbot at llvm.org
Fri Jan 5 07:56:47 PST 2024
ThomasRaoux wrote:
I don't think LICM should belong to canonicalization. LICM is not always good for code quality as it may increase register pressure so applying it blindly during canonicalization seems dangerous.
Why not keep it separated as it is currently done (as pointed out by @matthias-springer)
https://github.com/llvm/llvm-project/pull/76370
More information about the Mlir-commits
mailing list