[Mlir-commits] [mlir] [mlir][llvm] Add support for memset.inline (PR #115711)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Nov 12 03:32:56 PST 2024


PikachuHyA wrote:

Thanks for your valuable comments.

I have updated the patch and below is a summary of the changes:

- add tests in `mlir/test/Target/LLVMIR/Import/intrinsic.ll`
- add tests in `mlir/test/Dialect/LLVMIR/mem2reg-intrinsics.mlir`
- add tests in `mlir/test/Dialect/LLVMIR/sroa-intrinsics.mlir`
- rename template parameter `MemsetLike` -> `MemsetIntr`
- rename function name `createMemsetIntrToPlace` -> `createMemsetIntr`
- add some comments of helper functions

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


More information about the Mlir-commits mailing list