LLVM Dialect in MLIR doesn't have a memmove op. This adds one.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D116274
[MLIR][LLVM] Add MemmoveOp to LLVM Dialect ClosedPublic Authored by wsmoses on Dec 24 2021, 1:54 PM.
Details Summary LLVM Dialect in MLIR doesn't have a memmove op. This adds one.
Diff Detail
Event TimelineHerald added subscribers: sdasgup3, wenzhicui, wrengr and 18 others. · View Herald TranscriptDec 24 2021, 1:54 PM This revision is now accepted and ready to land.Dec 24 2021, 4:24 PM This revision was landed with ongoing or failed builds.Dec 24 2021, 4:48 PM Closed by commit rG2709fd1520bc: [MLIR][LLVM] Add MemmoveOp to LLVM Dialect (authored by wsmoses). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 396184 mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
mlir/test/Target/LLVMIR/llvmir-intrinsics.mlir
|