This commit adds MemWrite (and MemRead, as appropriate) to the arugments of the memset/memcpy/memmove intrinsics within the LLVM dialect
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D122552
[MLIR][LLVM] Mark read/write behavior of memcpy/memset/memmove ClosedPublic Authored by wsmoses on Mar 27 2022, 7:00 PM.
Details Summary This commit adds MemWrite (and MemRead, as appropriate) to the arugments of the memset/memcpy/memmove intrinsics within the LLVM dialect
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 28 2022, 2:21 AM Closed by commit rGcd331af06d35: [MLIR][LLVM] Mark read/write behavior of memcpy/memset/memmove (authored by wsmoses). · Explain WhyMar 28 2022, 10:57 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 418645 mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
|