[Mlir-commits] [mlir] [mlir][llvm] Add support for memset.inline (PR #115711)
Théo Degioanni
llvmlistbot at llvm.org
Mon Nov 11 15:39:22 PST 2024
================
@@ -931,38 +939,52 @@ static bool areAllIndicesI32(const DestructurableMemorySlot &slot) {
}
//===----------------------------------------------------------------------===//
-// Interfaces for memset
+// Interfaces for memset && memset.inline
----------------
Moxinilian wrote:
```suggestion
// Interfaces for memset and memset.inline
```
https://github.com/llvm/llvm-project/pull/115711
More information about the Mlir-commits
mailing list