[Mlir-commits] [mlir] [SCF][transform] Add support for scf.for in LoopFuseSibling op (PR #81495)

Rolf Morel llvmlistbot at llvm.org
Mon Feb 12 08:30:17 PST 2024


rolfmorel wrote:

Self-nit: pretty much all of the Transform dialect operations have the class that implements a transform end in the suffix `Op`.

Should I change the name of the class from `LoopFuseSibling` to `LoopFuseSiblingOp`?

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


More information about the Mlir-commits mailing list