[Mlir-commits] [mlir] [MLIR][Transform] Hoist Pad generates linalg.transpose (PR #109669)

Hugo Trachino llvmlistbot at llvm.org
Thu Sep 26 01:33:43 PDT 2024


nujaa wrote:

Hi, thanks for the approval. I also noticed that similarly, a method `makeMemRefCopyOp` generating a copying linalg.generic (whereas linalg.copy should be preferred), wasn't used anywhere in the project. Is it common practice to remove such dead code which might be used downstream ?

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


More information about the Mlir-commits mailing list